Html Css Color HEX #B60F2F Cardinal

📋 copy color: '#B60F2F'

red 182 ◦ green 15 ◦ blue 47

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

Shades of Cardinal #B60F2F

Tints of Cardinal #B60F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.15%

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

R = 74.59%
G = 6.15%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B60F2F (or 0xB60F2F) is known color: Cardinal. HEX triplet: B6, 0F and 2F. RGB value is (182,15,47). Sum of RGB (Red+Green+Blue) = 182+15+47=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60F2F is #49F0D0. Grayscale: #444444. Windows color (decimal): -4845777 or 3084214. OLE color: 3084214.

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

Color convert

RGB 182 15 47 -
CMYK 0 0.92 0.74 0.29
HSL 348.5º 0.85% 0.39% -
HSV(B) 348.5º 0.92% 0.71% -
XYZ 19.98 10.49 3.66 -
YUV 68.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 182 15 47 0 0.92 0.74 0.29 348.5 0.85 0.39
Hex B6 F 2F 0 5C 4A 1D 15D 55 27
Octal 266 17 57 0 134 112 35 535 125 47
Binary 10110110 1111 101111 0 1011100 1001010 11101 101011101 1010101 100111

Color Harmonies of #B60F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F2F

Black with #B60F2F

Text Example


Text Example

White with #B60F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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