Html Css Color HEX #58232B Burnt Crimson

📋 copy color: '#58232B'

red 88 ◦ green 35 ◦ blue 43

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

Shades of Burnt Crimson #58232B

Tints of Burnt Crimson #58232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 53.01%
G = 21.08%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58232B (or 0x58232B) is known color: Burnt Crimson. HEX triplet: 58, 23 and 2B. RGB value is (88,35,43). Sum of RGB (Red+Green+Blue) = 88+35+43=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232B is #A7DCD4. Grayscale: #333333. Windows color (decimal): -11001045 or 2827096. OLE color: 2827096.

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

Color convert

RGB 88 35 43 -
CMYK 0 0.60 0.51 0.65
HSL 350.94º 0.43% 0.24% -
HSV(B) 350.94º 0.6% 0.35% -
XYZ 5.06 3.45 2.68 -
YUV 51.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 88 35 43 0 0.60 0.51 0.65 350.94 0.43 0.24
Hex 58 23 2B 0 3C 33 41 15F 2B 18
Octal 130 43 53 0 74 63 101 537 53 30
Binary 1011000 100011 101011 0 111100 110011 1000001 101011111 101011 11000

Color Harmonies of #58232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58232B

Black with #58232B

Text Example


Text Example

White with #58232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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