Html Css Color HEX #570C0F Burnt Crimson

📋 copy color: '#570C0F'

red 87 ◦ green 12 ◦ blue 15

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

Shades of Burnt Crimson #570C0F

Tints of Burnt Crimson #570C0F

RGB

 RED value IS 87 (34.38% from 255) = 76.32%

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

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 76.32%
G = 10.53%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#570C0F (or 0x570C0F) is known color: Burnt Crimson. HEX triplet: 57, 0C and 0F. RGB value is (87,12,15). Sum of RGB (Red+Green+Blue) = 87+12+15=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C0F is #A8F3F0. Grayscale: #222222. Windows color (decimal): -11072497 or 986199. OLE color: 986199.

HSL color Cylindrical-coordinate representation of color #570C0F: hue angle of 357.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C0F is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 12 15 -
CMYK 0 0.86 0.83 0.66
HSL 357.6º 0.76% 0.19% -
HSV(B) 357.6º 0.86% 0.34% -
XYZ 4.15 2.32 0.68 -
YUV 34.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 87 12 15 0 0.86 0.83 0.66 357.6 0.76 0.19
Hex 57 C F 0 56 53 42 166 4C 13
Octal 127 14 17 0 126 123 102 546 114 23
Binary 1010111 1100 1111 0 1010110 1010011 1000010 101100110 1001100 10011

Color Harmonies of #570C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C0F

Black with #570C0F

Text Example


Text Example

White with #570C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570C0F; }

 p { color: rgb(87,12,15); }

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

background-color css

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

 a { background-color: rgb(87,12,15); }

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

border-color css

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

 span { border-color: rgb(87,12,15); }

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