Html Css Color HEX #B34B28 Rose Of Sharon

📋 copy color: '#B34B28'

red 179 ◦ green 75 ◦ blue 40

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

Shades of Rose Of Sharon #B34B28

Tints of Rose Of Sharon #B34B28

RGB

 RED value IS 179 (70.31% from 255) = 60.88%

 GREEN value IS 75 (29.69% from 255) = 25.51%

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 60.88%
G = 25.51%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B34B28 (or 0xB34B28) is known color: Rose Of Sharon. HEX triplet: B3, 4B and 28. RGB value is (179,75,40). Sum of RGB (Red+Green+Blue) = 179+75+40=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B28 is #4CB4D7. Grayscale: #666666. Windows color (decimal): -5027032 or 2640819. OLE color: 2640819.

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

Color convert

RGB 179 75 40 -
CMYK 0 0.58 0.78 0.30
HSL 15.11º 0.63% 0.43% -
HSV(B) 15.11º 0.78% 0.7% -
XYZ 21.49 14.77 3.73 -
YUV 102.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 179 75 40 0 0.58 0.78 0.30 15.11 0.63 0.43
Hex B3 4B 28 0 3A 4E 1E F 3F 2B
Octal 263 113 50 0 72 116 36 17 77 53
Binary 10110011 1001011 101000 0 111010 1001110 11110 1111 111111 101011

Color Harmonies of #B34B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B28

Black with #B34B28

Text Example


Text Example

White with #B34B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B28; }

 p { color: rgb(179,75,40); }

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

background-color css

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

 a { background-color: rgb(179,75,40); }

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

border-color css

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

 span { border-color: rgb(179,75,40); }

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