Html Css Color HEX #B2492A Rose Of Sharon

📋 copy color: '#B2492A'

red 178 ◦ green 73 ◦ blue 42

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

Shades of Rose Of Sharon #B2492A

Tints of Rose Of Sharon #B2492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.91%

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 60.75%
G = 24.91%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2492A (or 0xB2492A) is known color: Rose Of Sharon. HEX triplet: B2, 49 and 2A. RGB value is (178,73,42). Sum of RGB (Red+Green+Blue) = 178+73+42=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2492A is #4DB6D5. Grayscale: #656565. Windows color (decimal): -5093078 or 2771378. OLE color: 2771378.

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

Color convert

RGB 178 73 42 -
CMYK 0 0.59 0.76 0.30
HSL 13.68º 0.62% 0.43% -
HSV(B) 13.68º 0.76% 0.7% -
XYZ 21.16 14.4 3.85 -
YUV 100.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 178 73 42 0 0.59 0.76 0.30 13.68 0.62 0.43
Hex B2 49 2A 0 3B 4C 1E E 3E 2B
Octal 262 111 52 0 73 114 36 16 76 53
Binary 10110010 1001001 101010 0 111011 1001100 11110 1110 111110 101011

Color Harmonies of #B2492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2492A

Black with #B2492A

Text Example


Text Example

White with #B2492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2492A; }

 p { color: rgb(178,73,42); }

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

background-color css

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

 a { background-color: rgb(178,73,42); }

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

border-color css

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

 span { border-color: rgb(178,73,42); }

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