Html Css Color HEX #B33344 Old Rose

📋 copy color: '#B33344'

red 179 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #B33344

Tints of Old Rose #B33344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 60.07%
G = 17.11%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B33344 (or 0xB33344) is known color: Old Rose. HEX triplet: B3, 33 and 44. RGB value is (179,51,68). Sum of RGB (Red+Green+Blue) = 179+51+68=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33344 is #4CCCBB. Grayscale: #5B5B5B. Windows color (decimal): -5033148 or 4469683. OLE color: 4469683.

HSL color Cylindrical-coordinate representation of color #B33344: hue angle of 352.03º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33344 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 68 -
CMYK 0 0.72 0.62 0.30
HSL 352.03º 0.56% 0.45% -
HSV(B) 352.03º 0.72% 0.7% -
XYZ 20.82 12.37 6.76 -
YUV 91.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 179 51 68 0 0.72 0.62 0.30 352.03 0.56 0.45
Hex B3 33 44 0 48 3E 1E 160 38 2D
Octal 263 63 104 0 110 76 36 540 70 55
Binary 10110011 110011 1000100 0 1001000 111110 11110 101100000 111000 101101

Color Harmonies of #B33344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33344

Black with #B33344

Text Example


Text Example

White with #B33344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33344; }

 p { color: rgb(179,51,68); }

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

background-color css

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

 a { background-color: rgb(179,51,68); }

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

border-color css

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

 span { border-color: rgb(179,51,68); }

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