Html Css Color HEX #B60431 Cardinal

📋 copy color: '#B60431'

red 182 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #B60431

Tints of Cardinal #B60431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 77.45%
G = 1.7%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B60431 (or 0xB60431) is known color: Cardinal. HEX triplet: B6, 04 and 31. RGB value is (182,4,49). Sum of RGB (Red+Green+Blue) = 182+4+49=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B60431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60431 is #49FBCE. Grayscale: #3E3E3E. Windows color (decimal): -4848591 or 3212470. OLE color: 3212470.

HSL color Cylindrical-coordinate representation of color #B60431: hue angle of 344.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60431 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 49 -
CMYK 0 0.98 0.73 0.29
HSL 344.83º 0.96% 0.36% -
HSV(B) 344.83º 0.98% 0.71% -
XYZ 19.89 10.25 3.84 -
YUV 62.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 182 4 49 0 0.98 0.73 0.29 344.83 0.96 0.36
Hex B6 4 31 0 62 49 1D 159 60 24
Octal 266 4 61 0 142 111 35 531 140 44
Binary 10110110 100 110001 0 1100010 1001001 11101 101011001 1100000 100100

Color Harmonies of #B60431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60431

Black with #B60431

Text Example


Text Example

White with #B60431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60431; }

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

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

background-color css

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

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

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

border-color css

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

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

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