Html Css Color HEX #B2482C Rose Of Sharon

📋 copy color: '#B2482C'

red 178 ◦ green 72 ◦ blue 44

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

Shades of Rose Of Sharon #B2482C

Tints of Rose Of Sharon #B2482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 60.54%
G = 24.49%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2482C (or 0xB2482C) is known color: Rose Of Sharon. HEX triplet: B2, 48 and 2C. RGB value is (178,72,44). Sum of RGB (Red+Green+Blue) = 178+72+44=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2482C is #4DB7D3. Grayscale: #646464. Windows color (decimal): -5093332 or 2902194. OLE color: 2902194.

HSL color Cylindrical-coordinate representation of color #B2482C: hue angle of 12.54º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2482C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 44 -
CMYK 0 0.60 0.75 0.30
HSL 12.54º 0.6% 0.44% -
HSV(B) 12.54º 0.75% 0.7% -
XYZ 21.13 14.28 4.03 -
YUV 100.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 178 72 44 0 0.60 0.75 0.30 12.54 0.6 0.44
Hex B2 48 2C 0 3C 4B 1E D 3C 2C
Octal 262 110 54 0 74 113 36 15 74 54
Binary 10110010 1001000 101100 0 111100 1001011 11110 1101 111100 101100

Color Harmonies of #B2482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2482C

Black with #B2482C

Text Example


Text Example

White with #B2482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2482C; }

 p { color: rgb(178,72,44); }

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

background-color css

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

 a { background-color: rgb(178,72,44); }

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

border-color css

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

 span { border-color: rgb(178,72,44); }

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