Html Css Color HEX #58252A Burnt Crimson

📋 copy color: '#58252A'

red 88 ◦ green 37 ◦ blue 42

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

Shades of Burnt Crimson #58252A

Tints of Burnt Crimson #58252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

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

R = 52.69%
G = 22.16%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58252A (or 0x58252A) is known color: Burnt Crimson. HEX triplet: 58, 25 and 2A. RGB value is (88,37,42). Sum of RGB (Red+Green+Blue) = 88+37+42=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58252A is #A7DAD5. Grayscale: #343434. Windows color (decimal): -11000534 or 2762072. OLE color: 2762072.

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

Color convert

RGB 88 37 42 -
CMYK 0 0.58 0.52 0.65
HSL 354.12º 0.41% 0.25% -
HSV(B) 354.12º 0.58% 0.35% -
XYZ 5.1 3.57 2.61 -
YUV 52.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 88 37 42 0 0.58 0.52 0.65 354.12 0.41 0.25
Hex 58 25 2A 0 3A 34 41 162 29 19
Octal 130 45 52 0 72 64 101 542 51 31
Binary 1011000 100101 101010 0 111010 110100 1000001 101100010 101001 11001

Color Harmonies of #58252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58252A

Black with #58252A

Text Example


Text Example

White with #58252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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