Html Css Color HEX #B33943 Old Rose

📋 copy color: '#B33943'

red 179 ◦ green 57 ◦ blue 67

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

Shades of Old Rose #B33943

Tints of Old Rose #B33943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.81%

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

R = 59.08%
G = 18.81%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33943 (or 0xB33943) is known color: Old Rose. HEX triplet: B3, 39 and 43. RGB value is (179,57,67). Sum of RGB (Red+Green+Blue) = 179+57+67=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B33943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33943 is #4CC6BC. Grayscale: #5E5E5E. Windows color (decimal): -5031613 or 4405683. OLE color: 4405683.

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

Color convert

RGB 179 57 67 -
CMYK 0 0.68 0.63 0.30
HSL 355.08º 0.52% 0.46% -
HSV(B) 355.08º 0.68% 0.7% -
XYZ 21.07 12.92 6.69 -
YUV 94.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 179 57 67 0 0.68 0.63 0.30 355.08 0.52 0.46
Hex B3 39 43 0 44 3F 1E 163 34 2E
Octal 263 71 103 0 104 77 36 543 64 56
Binary 10110011 111001 1000011 0 1000100 111111 11110 101100011 110100 101110

Color Harmonies of #B33943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33943

Black with #B33943

Text Example


Text Example

White with #B33943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33943; }

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

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

background-color css

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

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

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

border-color css

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

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

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