Html Css Color HEX #B13742 Old Rose

📋 copy color: '#B13742'

red 177 ◦ green 55 ◦ blue 66

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

Shades of Old Rose #B13742

Tints of Old Rose #B13742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 59.4%
G = 18.46%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13742 (or 0xB13742) is known color: Old Rose. HEX triplet: B1, 37 and 42. RGB value is (177,55,66). Sum of RGB (Red+Green+Blue) = 177+55+66=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13742 is #4EC8BD. Grayscale: #5C5C5C. Windows color (decimal): -5163198 or 4339633. OLE color: 4339633.

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

Color convert

RGB 177 55 66 -
CMYK 0 0.69 0.63 0.31
HSL 354.59º 0.53% 0.45% -
HSV(B) 354.59º 0.69% 0.69% -
XYZ 20.48 12.47 6.48 -
YUV 92.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 177 55 66 0 0.69 0.63 0.31 354.59 0.53 0.45
Hex B1 37 42 0 45 3F 1F 163 35 2D
Octal 261 67 102 0 105 77 37 543 65 55
Binary 10110001 110111 1000010 0 1000101 111111 11111 101100011 110101 101101

Color Harmonies of #B13742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13742

Black with #B13742

Text Example


Text Example

White with #B13742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13742; }

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

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

background-color css

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

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

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

border-color css

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

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

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