Html Css Color HEX #58202A Burnt Crimson

📋 copy color: '#58202A'

red 88 ◦ green 32 ◦ blue 42

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

Shades of Burnt Crimson #58202A

Tints of Burnt Crimson #58202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

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

R = 54.32%
G = 19.75%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58202A (or 0x58202A) is known color: Burnt Crimson. HEX triplet: 58, 20 and 2A. RGB value is (88,32,42). Sum of RGB (Red+Green+Blue) = 88+32+42=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #58202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58202A is #A7DFD5. Grayscale: #313131. Windows color (decimal): -11001814 or 2760792. OLE color: 2760792.

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

Color convert

RGB 88 32 42 -
CMYK 0 0.64 0.52 0.65
HSL 349.29º 0.47% 0.24% -
HSV(B) 349.29º 0.64% 0.35% -
XYZ 4.96 3.27 2.56 -
YUV 49.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 88 32 42 0 0.64 0.52 0.65 349.29 0.47 0.24
Hex 58 20 2A 0 40 34 41 15D 2F 18
Octal 130 40 52 0 100 64 101 535 57 30
Binary 1011000 100000 101010 0 1000000 110100 1000001 101011101 101111 11000

Color Harmonies of #58202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58202A

Black with #58202A

Text Example


Text Example

White with #58202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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