Html Css Color HEX #B33947 Old Rose

📋 copy color: '#B33947'

red 179 ◦ green 57 ◦ blue 71

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

Shades of Old Rose #B33947

Tints of Old Rose #B33947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 58.31%
G = 18.57%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B33947 (or 0xB33947) is known color: Old Rose. HEX triplet: B3, 39 and 47. RGB value is (179,57,71). Sum of RGB (Red+Green+Blue) = 179+57+71=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B33947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33947 is #4CC6B8. Grayscale: #5F5F5F. Windows color (decimal): -5031609 or 4667827. OLE color: 4667827.

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

Color convert

RGB 179 57 71 -
CMYK 0 0.68 0.60 0.30
HSL 353.11º 0.52% 0.46% -
HSV(B) 353.11º 0.68% 0.7% -
XYZ 21.19 12.96 7.35 -
YUV 95.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 179 57 71 0 0.68 0.60 0.30 353.11 0.52 0.46
Hex B3 39 47 0 44 3C 1E 161 34 2E
Octal 263 71 107 0 104 74 36 541 64 56
Binary 10110011 111001 1000111 0 1000100 111100 11110 101100001 110100 101110

Color Harmonies of #B33947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33947

Black with #B33947

Text Example


Text Example

White with #B33947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33947; }

 p { color: rgb(179,57,71); }

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

background-color css

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

 a { background-color: rgb(179,57,71); }

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

border-color css

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

 span { border-color: rgb(179,57,71); }

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