Html Css Color HEX #B24422 Rose Of Sharon

📋 copy color: '#B24422'

red 178 ◦ green 68 ◦ blue 34

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

Shades of Rose Of Sharon #B24422

Tints of Rose Of Sharon #B24422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 34 (13.67% from 255) = 12.14%

R = 63.57%
G = 24.29%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B24422 (or 0xB24422) is known color: Rose Of Sharon. HEX triplet: B2, 44 and 22. RGB value is (178,68,34). Sum of RGB (Red+Green+Blue) = 178+68+34=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24422 is #4DBBDD. Grayscale: #616161. Windows color (decimal): -5094366 or 2245810. OLE color: 2245810.

HSL color Cylindrical-coordinate representation of color #B24422: hue angle of 14.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24422 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 34 -
CMYK 0 0.62 0.81 0.30
HSL 14.17º 0.68% 0.42% -
HSV(B) 14.17º 0.81% 0.7% -
XYZ 20.72 13.71 3.07 -
YUV 97.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 178 68 34 0 0.62 0.81 0.30 14.17 0.68 0.42
Hex B2 44 22 0 3E 51 1E E 44 2A
Octal 262 104 42 0 76 121 36 16 104 52
Binary 10110010 1000100 100010 0 111110 1010001 11110 1110 1000100 101010

Color Harmonies of #B24422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24422

Black with #B24422

Text Example


Text Example

White with #B24422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24422; }

 p { color: rgb(178,68,34); }

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

background-color css

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

 a { background-color: rgb(178,68,34); }

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

border-color css

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

 span { border-color: rgb(178,68,34); }

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