Html Css Color HEX #56232A Burnt Crimson

📋 copy color: '#56232A'

red 86 ◦ green 35 ◦ blue 42

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

Shades of Burnt Crimson #56232A

Tints of Burnt Crimson #56232A

RGB

 RED value IS 86 (33.98% from 255) = 52.76%

 GREEN value IS 35 (14.06% from 255) = 21.47%

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

R = 52.76%
G = 21.47%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56232A (or 0x56232A) is known color: Burnt Crimson. HEX triplet: 56, 23 and 2A. RGB value is (86,35,42). Sum of RGB (Red+Green+Blue) = 86+35+42=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56232A is #A9DCD5. Grayscale: #333333. Windows color (decimal): -11132118 or 2761558. OLE color: 2761558.

HSL color Cylindrical-coordinate representation of color #56232A: hue angle of 351.76º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56232A is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 35 42 -
CMYK 0 0.59 0.51 0.66
HSL 351.76º 0.42% 0.24% -
HSV(B) 351.76º 0.59% 0.34% -
XYZ 4.86 3.35 2.58 -
YUV 51.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 86 35 42 0 0.59 0.51 0.66 351.76 0.42 0.24
Hex 56 23 2A 0 3B 33 42 160 2A 18
Octal 126 43 52 0 73 63 102 540 52 30
Binary 1010110 100011 101010 0 111011 110011 1000010 101100000 101010 11000

Color Harmonies of #56232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56232A

Black with #56232A

Text Example


Text Example

White with #56232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,35,42); }

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

background-color css

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

 a { background-color: rgb(86,35,42); }

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

border-color css

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

 span { border-color: rgb(86,35,42); }

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