Html Css Color HEX #58232A Burnt Crimson

📋 copy color: '#58232A'

red 88 ◦ green 35 ◦ blue 42

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

Shades of Burnt Crimson #58232A

Tints of Burnt Crimson #58232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

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

R = 53.33%
G = 21.21%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58232A (or 0x58232A) is known color: Burnt Crimson. HEX triplet: 58, 23 and 2A. RGB value is (88,35,42). Sum of RGB (Red+Green+Blue) = 88+35+42=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232A is #A7DCD5. Grayscale: #333333. Windows color (decimal): -11001046 or 2761560. OLE color: 2761560.

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

Color convert

RGB 88 35 42 -
CMYK 0 0.60 0.52 0.65
HSL 352.08º 0.43% 0.24% -
HSV(B) 352.08º 0.6% 0.35% -
XYZ 5.04 3.44 2.59 -
YUV 51.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 88 35 42 0 0.60 0.52 0.65 352.08 0.43 0.24
Hex 58 23 2A 0 3C 34 41 160 2B 18
Octal 130 43 52 0 74 64 101 540 53 30
Binary 1011000 100011 101010 0 111100 110100 1000001 101100000 101011 11000

Color Harmonies of #58232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58232A

Black with #58232A

Text Example


Text Example

White with #58232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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