Html Css Color HEX #B13344 Old Rose

📋 copy color: '#B13344'

red 177 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #B13344

Tints of Old Rose #B13344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 59.8%
G = 17.23%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B13344 (or 0xB13344) is known color: Old Rose. HEX triplet: B1, 33 and 44. RGB value is (177,51,68). Sum of RGB (Red+Green+Blue) = 177+51+68=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B13344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13344 is #4ECCBB. Grayscale: #5A5A5A. Windows color (decimal): -5164220 or 4469681. OLE color: 4469681.

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

Color convert

RGB 177 51 68 -
CMYK 0 0.71 0.62 0.31
HSL 351.9º 0.55% 0.45% -
HSV(B) 351.9º 0.71% 0.69% -
XYZ 20.36 12.13 6.74 -
YUV 90.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 177 51 68 0 0.71 0.62 0.31 351.9 0.55 0.45
Hex B1 33 44 0 47 3E 1F 160 37 2D
Octal 261 63 104 0 107 76 37 540 67 55
Binary 10110001 110011 1000100 0 1000111 111110 11111 101100000 110111 101101

Color Harmonies of #B13344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13344

Black with #B13344

Text Example


Text Example

White with #B13344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13344; }

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

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

background-color css

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

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

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

border-color css

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

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

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