Html Css Color HEX #58181A Burnt Crimson

📋 copy color: '#58181A'

red 88 ◦ green 24 ◦ blue 26

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

Shades of Burnt Crimson #58181A

Tints of Burnt Crimson #58181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 63.77%
G = 17.39%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58181A (or 0x58181A) is known color: Burnt Crimson. HEX triplet: 58, 18 and 1A. RGB value is (88,24,26). Sum of RGB (Red+Green+Blue) = 88+24+26=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58181A is #A7E7E5. Grayscale: #2B2B2B. Windows color (decimal): -11003878 or 1710168. OLE color: 1710168.

HSL color Cylindrical-coordinate representation of color #58181A: hue angle of 358.12º 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 #58181A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 26 -
CMYK 0 0.73 0.70 0.65
HSL 358.13º 0.57% 0.22% -
HSV(B) 358.13º 0.73% 0.35% -
XYZ 4.54 2.8 1.28 -
YUV 43.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 88 24 26 0 0.73 0.70 0.65 358.13 0.57 0.22
Hex 58 18 1A 0 49 46 41 166 39 16
Octal 130 30 32 0 111 106 101 546 71 26
Binary 1011000 11000 11010 0 1001001 1000110 1000001 101100110 111001 10110

Color Harmonies of #58181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58181A

Black with #58181A

Text Example


Text Example

White with #58181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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