Html Css Color HEX #58181C Burnt Crimson

📋 copy color: '#58181C'

red 88 ◦ green 24 ◦ blue 28

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

Shades of Burnt Crimson #58181C

Tints of Burnt Crimson #58181C

RGB

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

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

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

R = 62.86%
G = 17.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58181C (or 0x58181C) is known color: Burnt Crimson. HEX triplet: 58, 18 and 1C. RGB value is (88,24,28). Sum of RGB (Red+Green+Blue) = 88+24+28=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58181C is #A7E7E3. Grayscale: #2B2B2B. Windows color (decimal): -11003876 or 1841240. OLE color: 1841240.

HSL color Cylindrical-coordinate representation of color #58181C: hue angle of 356.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58181C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 28 -
CMYK 0 0.73 0.68 0.65
HSL 356.25º 0.57% 0.22% -
HSV(B) 356.25º 0.73% 0.35% -
XYZ 4.56 2.81 1.4 -
YUV 43.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 88 24 28 0 0.73 0.68 0.65 356.25 0.57 0.22
Hex 58 18 1C 0 49 44 41 164 39 16
Octal 130 30 34 0 111 104 101 544 71 26
Binary 1011000 11000 11100 0 1001001 1000100 1000001 101100100 111001 10110

Color Harmonies of #58181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58181C

Black with #58181C

Text Example


Text Example

White with #58181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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