Html Css Color HEX #58121A Burnt Crimson

📋 copy color: '#58121A'

red 88 ◦ green 18 ◦ blue 26

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

Shades of Burnt Crimson #58121A

Tints of Burnt Crimson #58121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 66.67%
G = 13.64%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58121A (or 0x58121A) is known color: Burnt Crimson. HEX triplet: 58, 12 and 1A. RGB value is (88,18,26). Sum of RGB (Red+Green+Blue) = 88+18+26=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121A is #A7EDE5. Grayscale: #272727. Windows color (decimal): -11005414 or 1708632. OLE color: 1708632.

HSL color Cylindrical-coordinate representation of color #58121A: hue angle of 353.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58121A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 26 -
CMYK 0 0.80 0.70 0.65
HSL 353.14º 0.66% 0.21% -
HSV(B) 353.14º 0.8% 0.35% -
XYZ 4.43 2.58 1.24 -
YUV 39.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 88 18 26 0 0.80 0.70 0.65 353.14 0.66 0.21
Hex 58 12 1A 0 50 46 41 161 42 15
Octal 130 22 32 0 120 106 101 541 102 25
Binary 1011000 10010 11010 0 1010000 1000110 1000001 101100001 1000010 10101

Color Harmonies of #58121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58121A

Black with #58121A

Text Example


Text Example

White with #58121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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