Html Css Color HEX #B13345 Old Rose

📋 copy color: '#B13345'

red 177 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #B13345

Tints of Old Rose #B13345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 59.6%
G = 17.17%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B13345 (or 0xB13345) is known color: Old Rose. HEX triplet: B1, 33 and 45. RGB value is (177,51,69). Sum of RGB (Red+Green+Blue) = 177+51+69=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13345 is #4ECCBA. Grayscale: #5A5A5A. Windows color (decimal): -5164219 or 4535217. OLE color: 4535217.

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

Color convert

RGB 177 51 69 -
CMYK 0 0.71 0.61 0.31
HSL 351.43º 0.55% 0.45% -
HSV(B) 351.43º 0.71% 0.69% -
XYZ 20.39 12.14 6.9 -
YUV 90.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 177 51 69 0 0.71 0.61 0.31 351.43 0.55 0.45
Hex B1 33 45 0 47 3D 1F 15F 37 2D
Octal 261 63 105 0 107 75 37 537 67 55
Binary 10110001 110011 1000101 0 1000111 111101 11111 101011111 110111 101101

Color Harmonies of #B13345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13345

Black with #B13345

Text Example


Text Example

White with #B13345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13345; }

 p { color: rgb(177,51,69); }

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

background-color css

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

 a { background-color: rgb(177,51,69); }

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

border-color css

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

 span { border-color: rgb(177,51,69); }

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