Html Css Color HEX #58151A Burnt Crimson

📋 copy color: '#58151A'

red 88 ◦ green 21 ◦ blue 26

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

Shades of Burnt Crimson #58151A

Tints of Burnt Crimson #58151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 65.19%
G = 15.56%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58151A (or 0x58151A) is known color: Burnt Crimson. HEX triplet: 58, 15 and 1A. RGB value is (88,21,26). Sum of RGB (Red+Green+Blue) = 88+21+26=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151A is #A7EAE5. Grayscale: #292929. Windows color (decimal): -11004646 or 1709400. OLE color: 1709400.

HSL color Cylindrical-coordinate representation of color #58151A: hue angle of 355.52º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58151A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 26 -
CMYK 0 0.76 0.70 0.65
HSL 355.52º 0.61% 0.21% -
HSV(B) 355.52º 0.76% 0.35% -
XYZ 4.48 2.69 1.26 -
YUV 41.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 88 21 26 0 0.76 0.70 0.65 355.52 0.61 0.21
Hex 58 15 1A 0 4C 46 41 164 3D 15
Octal 130 25 32 0 114 106 101 544 75 25
Binary 1011000 10101 11010 0 1001100 1000110 1000001 101100100 111101 10101

Color Harmonies of #58151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58151A

Black with #58151A

Text Example


Text Example

White with #58151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,21,26); }

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

background-color css

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

 a { background-color: rgb(88,21,26); }

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

border-color css

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

 span { border-color: rgb(88,21,26); }

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