Html Css Color HEX #B2462A Rose Of Sharon

📋 copy color: '#B2462A'

red 178 ◦ green 70 ◦ blue 42

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

Shades of Rose Of Sharon #B2462A

Tints of Rose Of Sharon #B2462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 61.38%
G = 24.14%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2462A (or 0xB2462A) is known color: Rose Of Sharon. HEX triplet: B2, 46 and 2A. RGB value is (178,70,42). Sum of RGB (Red+Green+Blue) = 178+70+42=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2462A is #4DB9D5. Grayscale: #636363. Windows color (decimal): -5093846 or 2770610. OLE color: 2770610.

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

Color convert

RGB 178 70 42 -
CMYK 0 0.61 0.76 0.30
HSL 12.35º 0.62% 0.43% -
HSV(B) 12.35º 0.76% 0.7% -
XYZ 20.97 14.01 3.79 -
YUV 99.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 178 70 42 0 0.61 0.76 0.30 12.35 0.62 0.43
Hex B2 46 2A 0 3D 4C 1E C 3E 2B
Octal 262 106 52 0 75 114 36 14 76 53
Binary 10110010 1000110 101010 0 111101 1001100 11110 1100 111110 101011

Color Harmonies of #B2462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2462A

Black with #B2462A

Text Example


Text Example

White with #B2462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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