Html Css Color HEX #B33140 Old Rose

📋 copy color: '#B33140'

red 179 ◦ green 49 ◦ blue 64

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

Shades of Old Rose #B33140

Tints of Old Rose #B33140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 61.3%
G = 16.78%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33140 (or 0xB33140) is known color: Old Rose. HEX triplet: B3, 31 and 40. RGB value is (179,49,64). Sum of RGB (Red+Green+Blue) = 179+49+64=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B33140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33140 is #4CCEBF. Grayscale: #595959. Windows color (decimal): -5033664 or 4207027. OLE color: 4207027.

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

Color convert

RGB 179 49 64 -
CMYK 0 0.73 0.64 0.30
HSL 353.08º 0.57% 0.45% -
HSV(B) 353.08º 0.73% 0.7% -
XYZ 20.61 12.15 6.11 -
YUV 89.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 179 49 64 0 0.73 0.64 0.30 353.08 0.57 0.45
Hex B3 31 40 0 49 40 1E 161 39 2D
Octal 263 61 100 0 111 100 36 541 71 55
Binary 10110011 110001 1000000 0 1001001 1000000 11110 101100001 111001 101101

Color Harmonies of #B33140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33140

Black with #B33140

Text Example


Text Example

White with #B33140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33140; }

 p { color: rgb(179,49,64); }

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

background-color css

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

 a { background-color: rgb(179,49,64); }

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

border-color css

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

 span { border-color: rgb(179,49,64); }

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