Html Css Color HEX #B62336 Cardinal

📋 copy color: '#B62336'

red 182 ◦ green 35 ◦ blue 54

#B62336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B62336

Tints of Cardinal #B62336

RGB

 RED value IS 182 (71.48% from 255) = 67.16%

 GREEN value IS 35 (14.06% from 255) = 12.92%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 67.16%
G = 12.92%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62336 (or 0xB62336) is known color: Cardinal. HEX triplet: B6, 23 and 36. RGB value is (182,35,54). Sum of RGB (Red+Green+Blue) = 182+35+54=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62336 is #49DCC9. Grayscale: #515151. Windows color (decimal): -4840650 or 3548086. OLE color: 3548086.

HSL color Cylindrical-coordinate representation of color #B62336: hue angle of 352.24º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62336 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 35 54 -
CMYK 0 0.81 0.70 0.29
HSL 352.24º 0.68% 0.43% -
HSV(B) 352.24º 0.81% 0.71% -
XYZ 20.56 11.41 4.61 -
YUV 81.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 182 35 54 0 0.81 0.70 0.29 352.24 0.68 0.43
Hex B6 23 36 0 51 46 1D 160 44 2B
Octal 266 43 66 0 121 106 35 540 104 53
Binary 10110110 100011 110110 0 1010001 1000110 11101 101100000 1000100 101011

Color Harmonies of #B62336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62336

Black with #B62336

Text Example


Text Example

White with #B62336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62336; }

 p { color: rgb(182,35,54); }

 H1.HeaderClassName
 {
   color: #B62336;
 }
 .AnyTagClassName
 {
   color: #B62336;
 }
</style>

background-color css

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

 a { background-color: rgb(182,35,54); }

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

border-color css

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

 span { border-color: rgb(182,35,54); }

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