Html Css Color HEX #582026 Burnt Crimson

📋 copy color: '#582026'

red 88 ◦ green 32 ◦ blue 38

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

Shades of Burnt Crimson #582026

Tints of Burnt Crimson #582026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

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

R = 55.7%
G = 20.25%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#582026 (or 0x582026) is known color: Burnt Crimson. HEX triplet: 58, 20 and 26. RGB value is (88,32,38). Sum of RGB (Red+Green+Blue) = 88+32+38=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582026 is #A7DFD9. Grayscale: #313131. Windows color (decimal): -11001818 or 2498648. OLE color: 2498648.

HSL color Cylindrical-coordinate representation of color #582026: hue angle of 353.57º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582026 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 38 -
CMYK 0 0.64 0.57 0.65
HSL 353.57º 0.47% 0.24% -
HSV(B) 353.57º 0.64% 0.35% -
XYZ 4.89 3.25 2.2 -
YUV 49.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 88 32 38 0 0.64 0.57 0.65 353.57 0.47 0.24
Hex 58 20 26 0 40 39 41 162 2F 18
Octal 130 40 46 0 100 71 101 542 57 30
Binary 1011000 100000 100110 0 1000000 111001 1000001 101100010 101111 11000

Color Harmonies of #582026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582026

Black with #582026

Text Example


Text Example

White with #582026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582026; }

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

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

background-color css

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

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

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

border-color css

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

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

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