Html Css Color HEX #581A1C Burnt Crimson

📋 copy color: '#581A1C'

red 88 ◦ green 26 ◦ blue 28

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

Shades of Burnt Crimson #581A1C

Tints of Burnt Crimson #581A1C

RGB

 RED value IS 88 (34.77% from 255) = 61.97%

 GREEN value IS 26 (10.55% from 255) = 18.31%

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

R = 61.97%
G = 18.31%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#581A1C (or 0x581A1C) is known color: Burnt Crimson. HEX triplet: 58, 1A and 1C. RGB value is (88,26,28). Sum of RGB (Red+Green+Blue) = 88+26+28=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A1C is #A7E5E3. Grayscale: #2C2C2C. Windows color (decimal): -11003364 or 1841752. OLE color: 1841752.

HSL color Cylindrical-coordinate representation of color #581A1C: hue angle of 358.06º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A1C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 26 28 -
CMYK 0 0.70 0.68 0.65
HSL 358.06º 0.54% 0.22% -
HSV(B) 358.06º 0.7% 0.35% -
XYZ 4.6 2.9 1.42 -
YUV 44.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 88 26 28 0 0.70 0.68 0.65 358.06 0.54 0.22
Hex 58 1A 1C 0 46 44 41 166 36 16
Octal 130 32 34 0 106 104 101 546 66 26
Binary 1011000 11010 11100 0 1000110 1000100 1000001 101100110 110110 10110

Color Harmonies of #581A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A1C

Black with #581A1C

Text Example


Text Example

White with #581A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A1C; }

 p { color: rgb(88,26,28); }

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

background-color css

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

 a { background-color: rgb(88,26,28); }

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

border-color css

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

 span { border-color: rgb(88,26,28); }

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