Html Css Color HEX #55181E Burnt Crimson

📋 copy color: '#55181E'

red 85 ◦ green 24 ◦ blue 30

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

Shades of Burnt Crimson #55181E

Tints of Burnt Crimson #55181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 61.15%
G = 17.27%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55181E (or 0x55181E) is known color: Burnt Crimson. HEX triplet: 55, 18 and 1E. RGB value is (85,24,30). Sum of RGB (Red+Green+Blue) = 85+24+30=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55181E is #AAE7E1. Grayscale: #2A2A2A. Windows color (decimal): -11200482 or 1972309. OLE color: 1972309.

HSL color Cylindrical-coordinate representation of color #55181E: hue angle of 354.1º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55181E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 30 -
CMYK 0 0.72 0.65 0.67
HSL 354.1º 0.56% 0.21% -
HSV(B) 354.1º 0.72% 0.33% -
XYZ 4.31 2.68 1.52 -
YUV 42.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 85 24 30 0 0.72 0.65 0.67 354.1 0.56 0.21
Hex 55 18 1E 0 48 41 43 162 38 15
Octal 125 30 36 0 110 101 103 542 70 25
Binary 1010101 11000 11110 0 1001000 1000001 1000011 101100010 111000 10101

Color Harmonies of #55181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55181E

Black with #55181E

Text Example


Text Example

White with #55181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55181E; }

 p { color: rgb(85,24,30); }

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

background-color css

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

 a { background-color: rgb(85,24,30); }

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

border-color css

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

 span { border-color: rgb(85,24,30); }

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