Html Css Color HEX #56232B Burnt Crimson

📋 copy color: '#56232B'

red 86 ◦ green 35 ◦ blue 43

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

Shades of Burnt Crimson #56232B

Tints of Burnt Crimson #56232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 52.44%
G = 21.34%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56232B (or 0x56232B) is known color: Burnt Crimson. HEX triplet: 56, 23 and 2B. RGB value is (86,35,43). Sum of RGB (Red+Green+Blue) = 86+35+43=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56232B is #A9DCD4. Grayscale: #333333. Windows color (decimal): -11132117 or 2827094. OLE color: 2827094.

HSL color Cylindrical-coordinate representation of color #56232B: hue angle of 350.59º 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 #56232B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 35 43 -
CMYK 0 0.59 0.50 0.66
HSL 350.59º 0.42% 0.24% -
HSV(B) 350.59º 0.59% 0.34% -
XYZ 4.87 3.35 2.68 -
YUV 51.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 86 35 43 0 0.59 0.50 0.66 350.59 0.42 0.24
Hex 56 23 2B 0 3B 32 42 15F 2A 18
Octal 126 43 53 0 73 62 102 537 52 30
Binary 1010110 100011 101011 0 111011 110010 1000010 101011111 101010 11000

Color Harmonies of #56232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56232B

Black with #56232B

Text Example


Text Example

White with #56232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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