Html Css Color HEX #582426 Burnt Crimson

📋 copy color: '#582426'

red 88 ◦ green 36 ◦ blue 38

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

Shades of Burnt Crimson #582426

Tints of Burnt Crimson #582426

RGB

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

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

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

R = 54.32%
G = 22.22%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#582426 (or 0x582426) is known color: Burnt Crimson. HEX triplet: 58, 24 and 26. RGB value is (88,36,38). Sum of RGB (Red+Green+Blue) = 88+36+38=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582426 is #A7DBD9. Grayscale: #333333. Windows color (decimal): -11000794 or 2499672. OLE color: 2499672.

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

Color convert

RGB 88 36 38 -
CMYK 0 0.59 0.57 0.65
HSL 357.69º 0.42% 0.24% -
HSV(B) 357.69º 0.59% 0.35% -
XYZ 5.01 3.48 2.24 -
YUV 51.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 88 36 38 0 0.59 0.57 0.65 357.69 0.42 0.24
Hex 58 24 26 0 3B 39 41 166 2A 18
Octal 130 44 46 0 73 71 101 546 52 30
Binary 1011000 100100 100110 0 111011 111001 1000001 101100110 101010 11000

Color Harmonies of #582426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582426

Black with #582426

Text Example


Text Example

White with #582426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582426; }

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

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

background-color css

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

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

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

border-color css

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

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

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