Html Css Color HEX #B33443 Old Rose

📋 copy color: '#B33443'

red 179 ◦ green 52 ◦ blue 67

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

Shades of Old Rose #B33443

Tints of Old Rose #B33443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 60.07%
G = 17.45%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33443 (or 0xB33443) is known color: Old Rose. HEX triplet: B3, 34 and 43. RGB value is (179,52,67). Sum of RGB (Red+Green+Blue) = 179+52+67=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33443 is #4CCBBC. Grayscale: #5B5B5B. Windows color (decimal): -5032893 or 4404403. OLE color: 4404403.

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

Color convert

RGB 179 52 67 -
CMYK 0 0.71 0.63 0.30
HSL 352.91º 0.55% 0.45% -
HSV(B) 352.91º 0.71% 0.7% -
XYZ 20.83 12.44 6.61 -
YUV 91.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 179 52 67 0 0.71 0.63 0.30 352.91 0.55 0.45
Hex B3 34 43 0 47 3F 1E 161 37 2D
Octal 263 64 103 0 107 77 36 541 67 55
Binary 10110011 110100 1000011 0 1000111 111111 11110 101100001 110111 101101

Color Harmonies of #B33443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33443

Black with #B33443

Text Example


Text Example

White with #B33443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33443; }

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

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

background-color css

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

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

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

border-color css

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

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

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