Html Css Color HEX #582526 Burnt Crimson

📋 copy color: '#582526'

red 88 ◦ green 37 ◦ blue 38

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

Shades of Burnt Crimson #582526

Tints of Burnt Crimson #582526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 53.99%
G = 22.7%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#582526 (or 0x582526) is known color: Burnt Crimson. HEX triplet: 58, 25 and 26. RGB value is (88,37,38). Sum of RGB (Red+Green+Blue) = 88+37+38=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #582526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582526 is #A7DAD9. Grayscale: #343434. Windows color (decimal): -11000538 or 2499928. OLE color: 2499928.

HSL color Cylindrical-coordinate representation of color #582526: hue angle of 358.82º 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 #582526 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 38 -
CMYK 0 0.58 0.57 0.65
HSL 358.82º 0.41% 0.25% -
HSV(B) 358.82º 0.58% 0.35% -
XYZ 5.04 3.54 2.25 -
YUV 52.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 88 37 38 0 0.58 0.57 0.65 358.82 0.41 0.25
Hex 58 25 26 0 3A 39 41 167 29 19
Octal 130 45 46 0 72 71 101 547 51 31
Binary 1011000 100101 100110 0 111010 111001 1000001 101100111 101001 11001

Color Harmonies of #582526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582526

Black with #582526

Text Example


Text Example

White with #582526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582526; }

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

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

background-color css

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

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

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

border-color css

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

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

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