Html Css Color HEX #601B1E Burnt Crimson

📋 copy color: '#601B1E'

red 96 ◦ green 27 ◦ blue 30

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

Shades of Burnt Crimson #601B1E

Tints of Burnt Crimson #601B1E

RGB

 RED value IS 96 (37.89% from 255) = 62.75%

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

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

R = 62.75%
G = 17.65%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#601B1E (or 0x601B1E) is known color: Burnt Crimson. HEX triplet: 60, 1B and 1E. RGB value is (96,27,30). Sum of RGB (Red+Green+Blue) = 96+27+30=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B1E is #9FE4E1. Grayscale: #303030. Windows color (decimal): -10478818 or 1973088. OLE color: 1973088.

HSL color Cylindrical-coordinate representation of color #601B1E: hue angle of 357.39º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B1E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 27 30 -
CMYK 0 0.72 0.69 0.62
HSL 357.39º 0.56% 0.24% -
HSV(B) 357.39º 0.72% 0.38% -
XYZ 5.45 3.36 1.59 -
YUV 47.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 96 27 30 0 0.72 0.69 0.62 357.39 0.56 0.24
Hex 60 1B 1E 0 48 45 3E 165 38 18
Octal 140 33 36 0 110 105 76 545 70 30
Binary 1100000 11011 11110 0 1001000 1000101 111110 101100101 111000 11000

Color Harmonies of #601B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B1E

Black with #601B1E

Text Example


Text Example

White with #601B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601B1E; }

 p { color: rgb(96,27,30); }

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

background-color css

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

 a { background-color: rgb(96,27,30); }

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

border-color css

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

 span { border-color: rgb(96,27,30); }

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