Html Css Color HEX #B24A22 Rose Of Sharon

📋 copy color: '#B24A22'

red 178 ◦ green 74 ◦ blue 34

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

Shades of Rose Of Sharon #B24A22

Tints of Rose Of Sharon #B24A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

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

R = 62.24%
G = 25.87%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B24A22 (or 0xB24A22) is known color: Rose Of Sharon. HEX triplet: B2, 4A and 22. RGB value is (178,74,34). Sum of RGB (Red+Green+Blue) = 178+74+34=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A22 is #4DB5DD. Grayscale: #646464. Windows color (decimal): -5092830 or 2247346. OLE color: 2247346.

HSL color Cylindrical-coordinate representation of color #B24A22: hue angle of 16.67º 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 #B24A22 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 74 34 -
CMYK 0 0.58 0.81 0.30
HSL 16.67º 0.68% 0.42% -
HSV(B) 16.67º 0.81% 0.7% -
XYZ 21.1 14.48 3.2 -
YUV 100.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 178 74 34 0 0.58 0.81 0.30 16.67 0.68 0.42
Hex B2 4A 22 0 3A 51 1E 11 44 2A
Octal 262 112 42 0 72 121 36 21 104 52
Binary 10110010 1001010 100010 0 111010 1010001 11110 10001 1000100 101010

Color Harmonies of #B24A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A22

Black with #B24A22

Text Example


Text Example

White with #B24A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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