Html Css Color HEX #B33343 Old Rose

📋 copy color: '#B33343'

red 179 ◦ green 51 ◦ blue 67

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

Shades of Old Rose #B33343

Tints of Old Rose #B33343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 60.27%
G = 17.17%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33343 (or 0xB33343) is known color: Old Rose. HEX triplet: B3, 33 and 43. RGB value is (179,51,67). Sum of RGB (Red+Green+Blue) = 179+51+67=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33343 is #4CCCBC. Grayscale: #5B5B5B. Windows color (decimal): -5033149 or 4404147. OLE color: 4404147.

HSL color Cylindrical-coordinate representation of color #B33343: hue angle of 352.5º 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 #B33343 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 67 -
CMYK 0 0.72 0.63 0.30
HSL 352.5º 0.56% 0.45% -
HSV(B) 352.5º 0.72% 0.7% -
XYZ 20.79 12.36 6.6 -
YUV 91.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 179 51 67 0 0.72 0.63 0.30 352.5 0.56 0.45
Hex B3 33 43 0 48 3F 1E 160 38 2D
Octal 263 63 103 0 110 77 36 540 70 55
Binary 10110011 110011 1000011 0 1001000 111111 11110 101100000 111000 101101

Color Harmonies of #B33343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33343

Black with #B33343

Text Example


Text Example

White with #B33343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33343; }

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

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

background-color css

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

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

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

border-color css

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

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

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