#b82138

Color #B82138 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B82138

Tints of Cardinal #B82138

Color information

#B82138 (or 0xB82138) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 38. RGB value is (184,33,56). Sum of RGB (Red+Green+Blue) = 184+33+56=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B82138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82138 is #47DEC7. Grayscale: #505050. Windows color (decimal): -4710088 or 3678648. OLE color: 3678648.

HSL color Cylindrical-coordinate representation of color #B82138: hue angle of 350.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82138 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1843356-
CMYK00.820.700.28
HSL350.86º69.59%42.55%-
HSV(B)350.86º82.07%72.16%-
XYZ21.0211.564.87-
YUV80.77114.03201.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 67.40%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=67.40%
G=12.09%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184335600.820.700.28350.8669.5942.55
HexB82138052461C15f462b
Octal270417001221063453710653
Binary10111000100001111000010100101000110111001010111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82138; }

 p { color: rgb(184,33,56); }

 H1.HeaderClassName
 {
   color: #b82138;
 }
 .AnyTagClassName
 {
   color: #b82138;
 }
</style>
background-color css

<style>
 a { background-color: #b82138; }

 a { background-color: rgb(184,33,56); }

 div.DivClassName
 {
   background-color: #b82138;
 }
 .BgClassName
 {
   background-color: #b82138;
 }
</style>
border-color css

<style>
 span { border-color: #b82138; }

 span { border-color: rgb(184,33,56); }

 td.TdClassName
 {
   border-color: #b82138;
 }
 .TagClassName
 {
   border-color: #b82138;
 }
</style>