Html Css Color HEX #B13442 Old Rose

📋 copy color: '#B13442'

red 177 ◦ green 52 ◦ blue 66

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

Shades of Old Rose #B13442

Tints of Old Rose #B13442

RGB

 RED value IS 177 (69.53% from 255) = 60%

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

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

R = 60%
G = 17.63%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13442 (or 0xB13442) is known color: Old Rose. HEX triplet: B1, 34 and 42. RGB value is (177,52,66). Sum of RGB (Red+Green+Blue) = 177+52+66=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B13442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13442 is #4ECBBD. Grayscale: #5B5B5B. Windows color (decimal): -5163966 or 4338865. OLE color: 4338865.

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

Color convert

RGB 177 52 66 -
CMYK 0 0.71 0.63 0.31
HSL 353.28º 0.55% 0.45% -
HSV(B) 353.28º 0.71% 0.69% -
XYZ 20.34 12.2 6.44 -
YUV 90.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 177 52 66 0 0.71 0.63 0.31 353.28 0.55 0.45
Hex B1 34 42 0 47 3F 1F 161 37 2D
Octal 261 64 102 0 107 77 37 541 67 55
Binary 10110001 110100 1000010 0 1000111 111111 11111 101100001 110111 101101

Color Harmonies of #B13442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13442

Black with #B13442

Text Example


Text Example

White with #B13442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13442; }

 p { color: rgb(177,52,66); }

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

background-color css

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

 a { background-color: rgb(177,52,66); }

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

border-color css

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

 span { border-color: rgb(177,52,66); }

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