Html Css Color HEX #B62431 Cardinal

📋 copy color: '#B62431'

red 182 ◦ green 36 ◦ blue 49

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

Shades of Cardinal #B62431

Tints of Cardinal #B62431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 68.16%
G = 13.48%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62431 (or 0xB62431) is known color: Cardinal. HEX triplet: B6, 24 and 31. RGB value is (182,36,49). Sum of RGB (Red+Green+Blue) = 182+36+49=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B62431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62431 is #49DBCE. Grayscale: #515151. Windows color (decimal): -4840399 or 3220662. OLE color: 3220662.

HSL color Cylindrical-coordinate representation of color #B62431: hue angle of 354.66º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62431 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 49 -
CMYK 0 0.80 0.73 0.29
HSL 354.66º 0.67% 0.43% -
HSV(B) 354.66º 0.8% 0.71% -
XYZ 20.48 11.43 4.03 -
YUV 81.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 182 36 49 0 0.80 0.73 0.29 354.66 0.67 0.43
Hex B6 24 31 0 50 49 1D 163 43 2B
Octal 266 44 61 0 120 111 35 543 103 53
Binary 10110110 100100 110001 0 1010000 1001001 11101 101100011 1000011 101011

Color Harmonies of #B62431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62431

Black with #B62431

Text Example


Text Example

White with #B62431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62431; }

 p { color: rgb(182,36,49); }

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

background-color css

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

 a { background-color: rgb(182,36,49); }

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

border-color css

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

 span { border-color: rgb(182,36,49); }

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