Html Css Color HEX #5C242A Burnt Crimson

📋 copy color: '#5C242A'

red 92 ◦ green 36 ◦ blue 42

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

Shades of Burnt Crimson #5C242A

Tints of Burnt Crimson #5C242A

RGB

 RED value IS 92 (36.33% from 255) = 54.12%

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 54.12%
G = 21.18%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5C242A (or 0x5C242A) is known color: Burnt Crimson. HEX triplet: 5C, 24 and 2A. RGB value is (92,36,42). Sum of RGB (Red+Green+Blue) = 92+36+42=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C242A is #A3DBD5. Grayscale: #353535. Windows color (decimal): -10738646 or 2761820. OLE color: 2761820.

HSL color Cylindrical-coordinate representation of color #5C242A: hue angle of 353.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C242A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 36 42 -
CMYK 0 0.61 0.54 0.64
HSL 353.57º 0.44% 0.25% -
HSV(B) 353.57º 0.61% 0.36% -
XYZ 5.46 3.7 2.62 -
YUV 53.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 92 36 42 0 0.61 0.54 0.64 353.57 0.44 0.25
Hex 5C 24 2A 0 3D 36 40 162 2C 19
Octal 134 44 52 0 75 66 100 542 54 31
Binary 1011100 100100 101010 0 111101 110110 1000000 101100010 101100 11001

Color Harmonies of #5C242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C242A

Black with #5C242A

Text Example


Text Example

White with #5C242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C242A; }

 p { color: rgb(92,36,42); }

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

background-color css

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

 a { background-color: rgb(92,36,42); }

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

border-color css

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

 span { border-color: rgb(92,36,42); }

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