Html Css Color HEX #5F1B1C Burnt Crimson

📋 copy color: '#5F1B1C'

red 95 ◦ green 27 ◦ blue 28

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

Shades of Burnt Crimson #5F1B1C

Tints of Burnt Crimson #5F1B1C

RGB

 RED value IS 95 (37.5% from 255) = 63.33%

 GREEN value IS 27 (10.94% from 255) = 18%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 63.33%
G = 18%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5F1B1C (or 0x5F1B1C) is known color: Burnt Crimson. HEX triplet: 5F, 1B and 1C. RGB value is (95,27,28). Sum of RGB (Red+Green+Blue) = 95+27+28=150 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1B1C is #A0E4E3. Grayscale: #2F2F2F. Windows color (decimal): -10544356 or 1842015. OLE color: 1842015.

HSL color Cylindrical-coordinate representation of color #5F1B1C: hue angle of 359.12º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1B1C is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 27 28 -
CMYK 0 0.72 0.71 0.63
HSL 359.12º 0.56% 0.24% -
HSV(B) 359.12º 0.72% 0.37% -
XYZ 5.32 3.3 1.46 -
YUV 47.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 95 27 28 0 0.72 0.71 0.63 359.12 0.56 0.24
Hex 5F 1B 1C 0 48 47 3F 167 38 18
Octal 137 33 34 0 110 107 77 547 70 30
Binary 1011111 11011 11100 0 1001000 1000111 111111 101100111 111000 11000

Color Harmonies of #5F1B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1B1C

Black with #5F1B1C

Text Example


Text Example

White with #5F1B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F1B1C; }

 p { color: rgb(95,27,28); }

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

background-color css

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

 a { background-color: rgb(95,27,28); }

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

border-color css

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

 span { border-color: rgb(95,27,28); }

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