Html Css Color HEX #B24641 Chestnut

📋 copy color: '#B24641'

red 178 ◦ green 70 ◦ blue 65

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

Shades of Chestnut #B24641

Tints of Chestnut #B24641

RGB

 RED value IS 178 (69.92% from 255) = 56.87%

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 56.87%
G = 22.36%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24641 (or 0xB24641) is known color: Chestnut. HEX triplet: B2, 46 and 41. RGB value is (178,70,65). Sum of RGB (Red+Green+Blue) = 178+70+65=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B24641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24641 is #4DB9BE. Grayscale: #656565. Windows color (decimal): -5093823 or 4277938. OLE color: 4277938.

HSL color Cylindrical-coordinate representation of color #B24641: hue angle of 2.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24641 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 65 -
CMYK 0 0.61 0.63 0.30
HSL 2.65º 0.47% 0.48% -
HSV(B) 2.65º 0.63% 0.7% -
XYZ 21.5 14.23 6.61 -
YUV 101.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 178 70 65 0 0.61 0.63 0.30 2.65 0.47 0.48
Hex B2 46 41 0 3D 3F 1E 3 2F 30
Octal 262 106 101 0 75 77 36 3 57 60
Binary 10110010 1000110 1000001 0 111101 111111 11110 11 101111 110000

Color Harmonies of #B24641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24641

Black with #B24641

Text Example


Text Example

White with #B24641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24641; }

 p { color: rgb(178,70,65); }

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

background-color css

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

 a { background-color: rgb(178,70,65); }

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

border-color css

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

 span { border-color: rgb(178,70,65); }

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