Html Css Color HEX #B60C42 Cardinal

📋 copy color: '#B60C42'

red 182 ◦ green 12 ◦ blue 66

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

Shades of Cardinal #B60C42

Tints of Cardinal #B60C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 70%
G = 4.62%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B60C42 (or 0xB60C42) is known color: Cardinal. HEX triplet: B6, 0C and 42. RGB value is (182,12,66). Sum of RGB (Red+Green+Blue) = 182+12+66=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C42 is #49F3BD. Grayscale: #444444. Windows color (decimal): -4846526 or 4328630. OLE color: 4328630.

HSL color Cylindrical-coordinate representation of color #B60C42: hue angle of 340.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C42 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 66 -
CMYK 0 0.93 0.64 0.29
HSL 340.94º 0.88% 0.38% -
HSV(B) 340.94º 0.93% 0.71% -
XYZ 20.41 10.6 6.12 -
YUV 68.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 182 12 66 0 0.93 0.64 0.29 340.94 0.88 0.38
Hex B6 C 42 0 5D 40 1D 155 58 26
Octal 266 14 102 0 135 100 35 525 130 46
Binary 10110110 1100 1000010 0 1011101 1000000 11101 101010101 1011000 100110

Color Harmonies of #B60C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C42

Black with #B60C42

Text Example


Text Example

White with #B60C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C42; }

 p { color: rgb(182,12,66); }

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

background-color css

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

 a { background-color: rgb(182,12,66); }

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

border-color css

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

 span { border-color: rgb(182,12,66); }

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