Html Css Color HEX #58232C Burnt Crimson

📋 copy color: '#58232C'

red 88 ◦ green 35 ◦ blue 44

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

Shades of Burnt Crimson #58232C

Tints of Burnt Crimson #58232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.35%

R = 52.69%
G = 20.96%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58232C (or 0x58232C) is known color: Burnt Crimson. HEX triplet: 58, 23 and 2C. RGB value is (88,35,44). Sum of RGB (Red+Green+Blue) = 88+35+44=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232C is #A7DCD3. Grayscale: #333333. Windows color (decimal): -11001044 or 2892632. OLE color: 2892632.

HSL color Cylindrical-coordinate representation of color #58232C: hue angle of 349.81º 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 #58232C is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 44 -
CMYK 0 0.60 0.5 0.65
HSL 349.81º 0.43% 0.24% -
HSV(B) 349.81º 0.6% 0.35% -
XYZ 5.08 3.46 2.78 -
YUV 51.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 88 35 44 0 0.60 0.5 0.65 349.81 0.43 0.24
Hex 58 23 2C 0 3C 32 41 15E 2B 18
Octal 130 43 54 0 74 62 101 536 53 30
Binary 1011000 100011 101100 0 111100 110010 1000001 101011110 101011 11000

Color Harmonies of #58232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58232C

Black with #58232C

Text Example


Text Example

White with #58232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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