Html Css Color HEX #58242B Burnt Crimson

📋 copy color: '#58242B'

red 88 ◦ green 36 ◦ blue 43

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

Shades of Burnt Crimson #58242B

Tints of Burnt Crimson #58242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

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

R = 52.69%
G = 21.56%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58242B (or 0x58242B) is known color: Burnt Crimson. HEX triplet: 58, 24 and 2B. RGB value is (88,36,43). Sum of RGB (Red+Green+Blue) = 88+36+43=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58242B is #A7DBD4. Grayscale: #343434. Windows color (decimal): -11000789 or 2827352. OLE color: 2827352.

HSL color Cylindrical-coordinate representation of color #58242B: hue angle of 351.92º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58242B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 43 -
CMYK 0 0.59 0.51 0.65
HSL 351.92º 0.42% 0.24% -
HSV(B) 351.92º 0.59% 0.35% -
XYZ 5.09 3.51 2.69 -
YUV 52.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 88 36 43 0 0.59 0.51 0.65 351.92 0.42 0.24
Hex 58 24 2B 0 3B 33 41 160 2A 18
Octal 130 44 53 0 73 63 101 540 52 30
Binary 1011000 100100 101011 0 111011 110011 1000001 101100000 101010 11000

Color Harmonies of #58242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58242B

Black with #58242B

Text Example


Text Example

White with #58242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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