Html Css Color HEX #58212A Burnt Crimson

📋 copy color: '#58212A'

red 88 ◦ green 33 ◦ blue 42

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

Shades of Burnt Crimson #58212A

Tints of Burnt Crimson #58212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 53.99%
G = 20.25%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58212A (or 0x58212A) is known color: Burnt Crimson. HEX triplet: 58, 21 and 2A. RGB value is (88,33,42). Sum of RGB (Red+Green+Blue) = 88+33+42=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58212A is #A7DED5. Grayscale: #323232. Windows color (decimal): -11001558 or 2761048. OLE color: 2761048.

HSL color Cylindrical-coordinate representation of color #58212A: hue angle of 350.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58212A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 42 -
CMYK 0 0.62 0.52 0.65
HSL 350.18º 0.45% 0.24% -
HSV(B) 350.18º 0.63% 0.35% -
XYZ 4.99 3.33 2.57 -
YUV 50.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 88 33 42 0 0.62 0.52 0.65 350.18 0.45 0.24
Hex 58 21 2A 0 3E 34 41 15E 2D 18
Octal 130 41 52 0 76 64 101 536 55 30
Binary 1011000 100001 101010 0 111110 110100 1000001 101011110 101101 11000

Color Harmonies of #58212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58212A

Black with #58212A

Text Example


Text Example

White with #58212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,33,42); }

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

background-color css

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

 a { background-color: rgb(88,33,42); }

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

border-color css

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

 span { border-color: rgb(88,33,42); }

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