Html Css Color HEX #B60A2F Cardinal

📋 copy color: '#B60A2F'

red 182 ◦ green 10 ◦ blue 47

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

Shades of Cardinal #B60A2F

Tints of Cardinal #B60A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 76.15%
G = 4.18%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B60A2F (or 0xB60A2F) is known color: Cardinal. HEX triplet: B6, 0A and 2F. RGB value is (182,10,47). Sum of RGB (Red+Green+Blue) = 182+10+47=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A2F is #49F5D0. Grayscale: #414141. Windows color (decimal): -4847057 or 3082934. OLE color: 3082934.

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

Color convert

RGB 182 10 47 -
CMYK 0 0.95 0.74 0.29
HSL 347.09º 0.9% 0.38% -
HSV(B) 347.09º 0.95% 0.71% -
XYZ 19.91 10.37 3.64 -
YUV 65.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 182 10 47 0 0.95 0.74 0.29 347.09 0.9 0.38
Hex B6 A 2F 0 5F 4A 1D 15B 5A 26
Octal 266 12 57 0 137 112 35 533 132 46
Binary 10110110 1010 101111 0 1011111 1001010 11101 101011011 1011010 100110

Color Harmonies of #B60A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60A2F

Black with #B60A2F

Text Example


Text Example

White with #B60A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60A2F; }

 p { color: rgb(182,10,47); }

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

background-color css

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

 a { background-color: rgb(182,10,47); }

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

border-color css

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

 span { border-color: rgb(182,10,47); }

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