Html Css Color HEX #B33642 Old Rose

📋 copy color: '#B33642'

red 179 ◦ green 54 ◦ blue 66

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

Shades of Old Rose #B33642

Tints of Old Rose #B33642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 59.87%
G = 18.06%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33642 (or 0xB33642) is known color: Old Rose. HEX triplet: B3, 36 and 42. RGB value is (179,54,66). Sum of RGB (Red+Green+Blue) = 179+54+66=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B33642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33642 is #4CC9BD. Grayscale: #5C5C5C. Windows color (decimal): -5032382 or 4339379. OLE color: 4339379.

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

Color convert

RGB 179 54 66 -
CMYK 0 0.70 0.63 0.30
HSL 354.24º 0.54% 0.46% -
HSV(B) 354.24º 0.7% 0.7% -
XYZ 20.89 12.62 6.49 -
YUV 92.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 179 54 66 0 0.70 0.63 0.30 354.24 0.54 0.46
Hex B3 36 42 0 46 3F 1E 162 36 2E
Octal 263 66 102 0 106 77 36 542 66 56
Binary 10110011 110110 1000010 0 1000110 111111 11110 101100010 110110 101110

Color Harmonies of #B33642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33642

Black with #B33642

Text Example


Text Example

White with #B33642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33642; }

 p { color: rgb(179,54,66); }

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

background-color css

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

 a { background-color: rgb(179,54,66); }

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

border-color css

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

 span { border-color: rgb(179,54,66); }

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