Html Css Color HEX #B24A1F Rose Of Sharon

📋 copy color: '#B24A1F'

red 178 ◦ green 74 ◦ blue 31

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

Shades of Rose Of Sharon #B24A1F

Tints of Rose Of Sharon #B24A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 62.9%
G = 26.15%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B24A1F (or 0xB24A1F) is known color: Rose Of Sharon. HEX triplet: B2, 4A and 1F. RGB value is (178,74,31). Sum of RGB (Red+Green+Blue) = 178+74+31=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A1F is #4DB5E0. Grayscale: #646464. Windows color (decimal): -5092833 or 2050738. OLE color: 2050738.

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

Color convert

RGB 178 74 31 -
CMYK 0 0.58 0.83 0.30
HSL 17.55º 0.7% 0.41% -
HSV(B) 17.55º 0.83% 0.7% -
XYZ 21.06 14.46 2.98 -
YUV 100.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 178 74 31 0 0.58 0.83 0.30 17.55 0.7 0.41
Hex B2 4A 1F 0 3A 53 1E 12 46 29
Octal 262 112 37 0 72 123 36 22 106 51
Binary 10110010 1001010 11111 0 111010 1010011 11110 10010 1000110 101001

Color Harmonies of #B24A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A1F

Black with #B24A1F

Text Example


Text Example

White with #B24A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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