Html Css Color HEX #B62832 Cardinal

📋 copy color: '#B62832'

red 182 ◦ green 40 ◦ blue 50

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

Shades of Cardinal #B62832

Tints of Cardinal #B62832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 66.91%
G = 14.71%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62832 (or 0xB62832) is known color: Cardinal. HEX triplet: B6, 28 and 32. RGB value is (182,40,50). Sum of RGB (Red+Green+Blue) = 182+40+50=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B62832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62832 is #49D7CD. Grayscale: #535353. Windows color (decimal): -4839374 or 3287222. OLE color: 3287222.

HSL color Cylindrical-coordinate representation of color #B62832: hue angle of 355.77º 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 #B62832 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 50 -
CMYK 0 0.78 0.73 0.29
HSL 355.77º 0.64% 0.44% -
HSV(B) 355.77º 0.78% 0.71% -
XYZ 20.63 11.69 4.19 -
YUV 83.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 182 40 50 0 0.78 0.73 0.29 355.77 0.64 0.44
Hex B6 28 32 0 4E 49 1D 164 40 2C
Octal 266 50 62 0 116 111 35 544 100 54
Binary 10110110 101000 110010 0 1001110 1001001 11101 101100100 1000000 101100

Color Harmonies of #B62832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62832

Black with #B62832

Text Example


Text Example

White with #B62832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62832; }

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

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

background-color css

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

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

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

border-color css

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

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

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