Html Css Color HEX #58161A Burnt Crimson

📋 copy color: '#58161A'

red 88 ◦ green 22 ◦ blue 26

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

Shades of Burnt Crimson #58161A

Tints of Burnt Crimson #58161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 64.71%
G = 16.18%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58161A (or 0x58161A) is known color: Burnt Crimson. HEX triplet: 58, 16 and 1A. RGB value is (88,22,26). Sum of RGB (Red+Green+Blue) = 88+22+26=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161A is #A7E9E5. Grayscale: #2A2A2A. Windows color (decimal): -11004390 or 1709656. OLE color: 1709656.

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

Color convert

RGB 88 22 26 -
CMYK 0 0.75 0.70 0.65
HSL 356.36º 0.6% 0.22% -
HSV(B) 356.36º 0.75% 0.35% -
XYZ 4.5 2.72 1.27 -
YUV 42.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 88 22 26 0 0.75 0.70 0.65 356.36 0.6 0.22
Hex 58 16 1A 0 4B 46 41 164 3C 16
Octal 130 26 32 0 113 106 101 544 74 26
Binary 1011000 10110 11010 0 1001011 1000110 1000001 101100100 111100 10110

Color Harmonies of #58161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58161A

Black with #58161A

Text Example


Text Example

White with #58161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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