Html Css Color HEX #B60232 Cardinal

📋 copy color: '#B60232'

red 182 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #B60232

Tints of Cardinal #B60232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 77.78%
G = 0.85%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B60232 (or 0xB60232) is known color: Cardinal. HEX triplet: B6, 02 and 32. RGB value is (182,2,50). Sum of RGB (Red+Green+Blue) = 182+2+50=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B60232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60232 is #49FDCD. Grayscale: #3D3D3D. Windows color (decimal): -4849102 or 3277494. OLE color: 3277494.

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

Color convert

RGB 182 2 50 -
CMYK 0 0.99 0.73 0.29
HSL 344º 0.98% 0.36% -
HSV(B) 344º 0.99% 0.71% -
XYZ 19.89 10.22 3.94 -
YUV 61.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 182 2 50 0 0.99 0.73 0.29 344 0.98 0.36
Hex B6 2 32 0 63 49 1D 158 62 24
Octal 266 2 62 0 143 111 35 530 142 44
Binary 10110110 10 110010 0 1100011 1001001 11101 101011000 1100010 100100

Color Harmonies of #B60232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60232

Black with #B60232

Text Example


Text Example

White with #B60232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60232; }

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

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

background-color css

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

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

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

border-color css

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

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

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