Html Css Color HEX #B13741 Old Rose

📋 copy color: '#B13741'

red 177 ◦ green 55 ◦ blue 65

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

Shades of Old Rose #B13741

Tints of Old Rose #B13741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 59.6%
G = 18.52%
B = 21.89%

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

#B13741 (or 0xB13741) is known color: Old Rose. HEX triplet: B1, 37 and 41. RGB value is (177,55,65). Sum of RGB (Red+Green+Blue) = 177+55+65=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13741 is #4EC8BE. Grayscale: #5C5C5C. Windows color (decimal): -5163199 or 4274097. OLE color: 4274097.

HSL color Cylindrical-coordinate representation of color #B13741: hue angle of 355.08º 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 #B13741 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 65 -
CMYK 0 0.69 0.63 0.31
HSL 355.08º 0.53% 0.45% -
HSV(B) 355.08º 0.69% 0.69% -
XYZ 20.45 12.46 6.33 -
YUV 92.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 177 55 65 0 0.69 0.63 0.31 355.08 0.53 0.45
Hex B1 37 41 0 45 3F 1F 163 35 2D
Octal 261 67 101 0 105 77 37 543 65 55
Binary 10110001 110111 1000001 0 1000101 111111 11111 101100011 110101 101101

Color Harmonies of #B13741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13741

Black with #B13741

Text Example


Text Example

White with #B13741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13741; }

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

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

background-color css

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

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

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

border-color css

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

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

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