Html Css Color HEX #B33243 Old Rose

📋 copy color: '#B33243'

red 179 ◦ green 50 ◦ blue 67

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

Shades of Old Rose #B33243

Tints of Old Rose #B33243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 60.47%
G = 16.89%
B = 22.64%

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

#B33243 (or 0xB33243) is known color: Old Rose. HEX triplet: B3, 32 and 43. RGB value is (179,50,67). Sum of RGB (Red+Green+Blue) = 179+50+67=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B33243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33243 is #4CCDBC. Grayscale: #5A5A5A. Windows color (decimal): -5033405 or 4403891. OLE color: 4403891.

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

Color convert

RGB 179 50 67 -
CMYK 0 0.72 0.63 0.30
HSL 352.09º 0.56% 0.45% -
HSV(B) 352.09º 0.72% 0.7% -
XYZ 20.74 12.27 6.59 -
YUV 90.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 179 50 67 0 0.72 0.63 0.30 352.09 0.56 0.45
Hex B3 32 43 0 48 3F 1E 160 38 2D
Octal 263 62 103 0 110 77 36 540 70 55
Binary 10110011 110010 1000011 0 1001000 111111 11110 101100000 111000 101101

Color Harmonies of #B33243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33243

Black with #B33243

Text Example


Text Example

White with #B33243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33243; }

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

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

background-color css

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

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

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

border-color css

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

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

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