Html Css Color HEX #B33842 Old Rose

📋 copy color: '#B33842'

red 179 ◦ green 56 ◦ blue 66

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

Shades of Old Rose #B33842

Tints of Old Rose #B33842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 59.47%
G = 18.6%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33842 (or 0xB33842) is known color: Old Rose. HEX triplet: B3, 38 and 42. RGB value is (179,56,66). Sum of RGB (Red+Green+Blue) = 179+56+66=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33842 is #4CC7BD. Grayscale: #5E5E5E. Windows color (decimal): -5031870 or 4339891. OLE color: 4339891.

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

Color convert

RGB 179 56 66 -
CMYK 0 0.69 0.63 0.30
HSL 355.12º 0.52% 0.46% -
HSV(B) 355.12º 0.69% 0.7% -
XYZ 20.99 12.81 6.52 -
YUV 93.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 179 56 66 0 0.69 0.63 0.30 355.12 0.52 0.46
Hex B3 38 42 0 45 3F 1E 163 34 2E
Octal 263 70 102 0 105 77 36 543 64 56
Binary 10110011 111000 1000010 0 1000101 111111 11110 101100011 110100 101110

Color Harmonies of #B33842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33842

Black with #B33842

Text Example


Text Example

White with #B33842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33842; }

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

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

background-color css

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

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

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

border-color css

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

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

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