Html Css Color HEX #B33441 Old Rose

📋 copy color: '#B33441'

red 179 ◦ green 52 ◦ blue 65

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

Shades of Old Rose #B33441

Tints of Old Rose #B33441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 60.47%
G = 17.57%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33441 (or 0xB33441) is known color: Old Rose. HEX triplet: B3, 34 and 41. RGB value is (179,52,65). Sum of RGB (Red+Green+Blue) = 179+52+65=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B33441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33441 is #4CCBBE. Grayscale: #5B5B5B. Windows color (decimal): -5032895 or 4273331. OLE color: 4273331.

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

Color convert

RGB 179 52 65 -
CMYK 0 0.71 0.64 0.30
HSL 353.86º 0.55% 0.45% -
HSV(B) 353.86º 0.71% 0.7% -
XYZ 20.77 12.42 6.3 -
YUV 91.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 179 52 65 0 0.71 0.64 0.30 353.86 0.55 0.45
Hex B3 34 41 0 47 40 1E 162 37 2D
Octal 263 64 101 0 107 100 36 542 67 55
Binary 10110011 110100 1000001 0 1000111 1000000 11110 101100010 110111 101101

Color Harmonies of #B33441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33441

Black with #B33441

Text Example


Text Example

White with #B33441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33441; }

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

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

background-color css

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

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

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

border-color css

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

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

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