Html Css Color HEX #B14B21 Rose Of Sharon

📋 copy color: '#B14B21'

red 177 ◦ green 75 ◦ blue 33

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

Shades of Rose Of Sharon #B14B21

Tints of Rose Of Sharon #B14B21

RGB

 RED value IS 177 (69.53% from 255) = 62.11%

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

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 62.11%
G = 26.32%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14B21 (or 0xB14B21) is known color: Rose Of Sharon. HEX triplet: B1, 4B and 21. RGB value is (177,75,33). Sum of RGB (Red+Green+Blue) = 177+75+33=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B21 is #4EB4DE. Grayscale: #646464. Windows color (decimal): -5158111 or 2182065. OLE color: 2182065.

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

Color convert

RGB 177 75 33 -
CMYK 0 0.58 0.81 0.31
HSL 17.5º 0.69% 0.41% -
HSV(B) 17.5º 0.81% 0.69% -
XYZ 20.92 14.49 3.13 -
YUV 100.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 177 75 33 0 0.58 0.81 0.31 17.5 0.69 0.41
Hex B1 4B 21 0 3A 51 1F 12 45 29
Octal 261 113 41 0 72 121 37 22 105 51
Binary 10110001 1001011 100001 0 111010 1010001 11111 10010 1000101 101001

Color Harmonies of #B14B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B21

Black with #B14B21

Text Example


Text Example

White with #B14B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B21; }

 p { color: rgb(177,75,33); }

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

background-color css

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

 a { background-color: rgb(177,75,33); }

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

border-color css

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

 span { border-color: rgb(177,75,33); }

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