Html Css Color HEX #B24A20 Rose Of Sharon

📋 copy color: '#B24A20'

red 178 ◦ green 74 ◦ blue 32

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

Shades of Rose Of Sharon #B24A20

Tints of Rose Of Sharon #B24A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 62.68%
G = 26.06%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B24A20 (or 0xB24A20) is known color: Rose Of Sharon. HEX triplet: B2, 4A and 20. RGB value is (178,74,32). Sum of RGB (Red+Green+Blue) = 178+74+32=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A20 is #4DB5DF. Grayscale: #646464. Windows color (decimal): -5092832 or 2116274. OLE color: 2116274.

HSL color Cylindrical-coordinate representation of color #B24A20: hue angle of 17.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B24A20 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 74 32 -
CMYK 0 0.58 0.82 0.30
HSL 17.26º 0.7% 0.41% -
HSV(B) 17.26º 0.82% 0.7% -
XYZ 21.07 14.47 3.05 -
YUV 100.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 178 74 32 0 0.58 0.82 0.30 17.26 0.7 0.41
Hex B2 4A 20 0 3A 52 1E 11 46 29
Octal 262 112 40 0 72 122 36 21 106 51
Binary 10110010 1001010 100000 0 111010 1010010 11110 10001 1000110 101001

Color Harmonies of #B24A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A20

Black with #B24A20

Text Example


Text Example

White with #B24A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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