Html Css Color HEX #B60434 Cardinal

📋 copy color: '#B60434'

red 182 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B60434

Tints of Cardinal #B60434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 76.47%
G = 1.68%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B60434 (or 0xB60434) is known color: Cardinal. HEX triplet: B6, 04 and 34. RGB value is (182,4,52). Sum of RGB (Red+Green+Blue) = 182+4+52=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B60434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60434 is #49FBCB. Grayscale: #3E3E3E. Windows color (decimal): -4848588 or 3409078. OLE color: 3409078.

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

Color convert

RGB 182 4 52 -
CMYK 0 0.98 0.71 0.29
HSL 343.82º 0.96% 0.36% -
HSV(B) 343.82º 0.98% 0.71% -
XYZ 19.95 10.28 4.18 -
YUV 62.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 182 4 52 0 0.98 0.71 0.29 343.82 0.96 0.36
Hex B6 4 34 0 62 47 1D 158 60 24
Octal 266 4 64 0 142 107 35 530 140 44
Binary 10110110 100 110100 0 1100010 1000111 11101 101011000 1100000 100100

Color Harmonies of #B60434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60434

Black with #B60434

Text Example


Text Example

White with #B60434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60434; }

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

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

background-color css

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

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

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

border-color css

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

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

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