Html Css Color HEX #551012 Burnt Crimson

📋 copy color: '#551012'

red 85 ◦ green 16 ◦ blue 18

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

Shades of Burnt Crimson #551012

Tints of Burnt Crimson #551012

RGB

 RED value IS 85 (33.59% from 255) = 71.43%

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 71.43%
G = 13.45%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#551012 (or 0x551012) is known color: Burnt Crimson. HEX triplet: 55, 10 and 12. RGB value is (85,16,18). Sum of RGB (Red+Green+Blue) = 85+16+18=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551012 is #AAEFED. Grayscale: #242424. Windows color (decimal): -11202542 or 1183829. OLE color: 1183829.

HSL color Cylindrical-coordinate representation of color #551012: hue angle of 358.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551012 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 18 -
CMYK 0 0.81 0.79 0.67
HSL 358.26º 0.68% 0.2% -
HSV(B) 358.26º 0.81% 0.33% -
XYZ 4.04 2.35 0.81 -
YUV 36.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 85 16 18 0 0.81 0.79 0.67 358.26 0.68 0.2
Hex 55 10 12 0 51 4F 43 166 44 14
Octal 125 20 22 0 121 117 103 546 104 24
Binary 1010101 10000 10010 0 1010001 1001111 1000011 101100110 1000100 10100

Color Harmonies of #551012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551012

Black with #551012

Text Example


Text Example

White with #551012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551012; }

 p { color: rgb(85,16,18); }

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

background-color css

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

 a { background-color: rgb(85,16,18); }

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

border-color css

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

 span { border-color: rgb(85,16,18); }

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