Html Css Color HEX #B62836 Cardinal

📋 copy color: '#B62836'

red 182 ◦ green 40 ◦ blue 54

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

Shades of Cardinal #B62836

Tints of Cardinal #B62836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 65.94%
G = 14.49%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62836 (or 0xB62836) is known color: Cardinal. HEX triplet: B6, 28 and 36. RGB value is (182,40,54). Sum of RGB (Red+Green+Blue) = 182+40+54=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B62836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62836 is #49D7C9. Grayscale: #545454. Windows color (decimal): -4839370 or 3549366. OLE color: 3549366.

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

Color convert

RGB 182 40 54 -
CMYK 0 0.78 0.70 0.29
HSL 354.08º 0.64% 0.44% -
HSV(B) 354.08º 0.78% 0.71% -
XYZ 20.72 11.73 4.66 -
YUV 84.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 182 40 54 0 0.78 0.70 0.29 354.08 0.64 0.44
Hex B6 28 36 0 4E 46 1D 162 40 2C
Octal 266 50 66 0 116 106 35 542 100 54
Binary 10110110 101000 110110 0 1001110 1000110 11101 101100010 1000000 101100

Color Harmonies of #B62836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62836

Black with #B62836

Text Example


Text Example

White with #B62836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62836; }

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

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

background-color css

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

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

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

border-color css

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

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

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