Html Css Color HEX #B13242 Old Rose

📋 copy color: '#B13242'

red 177 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #B13242

Tints of Old Rose #B13242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

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

R = 60.41%
G = 17.06%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13242 (or 0xB13242) is known color: Old Rose. HEX triplet: B1, 32 and 42. RGB value is (177,50,66). Sum of RGB (Red+Green+Blue) = 177+50+66=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B13242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13242 is #4ECDBD. Grayscale: #595959. Windows color (decimal): -5164478 or 4338353. OLE color: 4338353.

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

Color convert

RGB 177 50 66 -
CMYK 0 0.72 0.63 0.31
HSL 352.44º 0.56% 0.45% -
HSV(B) 352.44º 0.72% 0.69% -
XYZ 20.26 12.02 6.41 -
YUV 89.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 177 50 66 0 0.72 0.63 0.31 352.44 0.56 0.45
Hex B1 32 42 0 48 3F 1F 160 38 2D
Octal 261 62 102 0 110 77 37 540 70 55
Binary 10110001 110010 1000010 0 1001000 111111 11111 101100000 111000 101101

Color Harmonies of #B13242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13242

Black with #B13242

Text Example


Text Example

White with #B13242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13242; }

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

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

background-color css

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

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

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

border-color css

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

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

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