Html Css Color HEX #B33D4B Old Rose

📋 copy color: '#B33D4B'

red 179 ◦ green 61 ◦ blue 75

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

Shades of Old Rose #B33D4B

Tints of Old Rose #B33D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 56.83%
G = 19.37%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B33D4B (or 0xB33D4B) is known color: Old Rose. HEX triplet: B3, 3D and 4B. RGB value is (179,61,75). Sum of RGB (Red+Green+Blue) = 179+61+75=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D4B is #4CC2B4. Grayscale: #616161. Windows color (decimal): -5030581 or 4930995. OLE color: 4930995.

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

Color convert

RGB 179 61 75 -
CMYK 0 0.66 0.58 0.30
HSL 352.88º 0.49% 0.47% -
HSV(B) 352.88º 0.66% 0.7% -
XYZ 21.53 13.43 8.11 -
YUV 97.88 115.09 185.86 -
System Red Green Blue C M Y K H S L
Decimal 179 61 75 0 0.66 0.58 0.30 352.88 0.49 0.47
Hex B3 3D 4B 0 42 3A 1E 161 31 2F
Octal 263 75 113 0 102 72 36 541 61 57
Binary 10110011 111101 1001011 0 1000010 111010 11110 101100001 110001 101111

Color Harmonies of #B33D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D4B

Black with #B33D4B

Text Example


Text Example

White with #B33D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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