Html Css Color HEX #B12E44 Old Rose

📋 copy color: '#B12E44'

red 177 ◦ green 46 ◦ blue 68

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

Shades of Old Rose #B12E44

Tints of Old Rose #B12E44

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

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

R = 60.82%
G = 15.81%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B12E44 (or 0xB12E44) is known color: Old Rose. HEX triplet: B1, 2E and 44. RGB value is (177,46,68). Sum of RGB (Red+Green+Blue) = 177+46+68=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E44 is #4ED1BB. Grayscale: #575757. Windows color (decimal): -5165500 or 4468401. OLE color: 4468401.

HSL color Cylindrical-coordinate representation of color #B12E44: hue angle of 349.92º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E44 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 68 -
CMYK 0 0.74 0.62 0.31
HSL 349.92º 0.59% 0.44% -
HSV(B) 349.92º 0.74% 0.69% -
XYZ 20.15 11.72 6.67 -
YUV 87.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 177 46 68 0 0.74 0.62 0.31 349.92 0.59 0.44
Hex B1 2E 44 0 4A 3E 1F 15E 3B 2C
Octal 261 56 104 0 112 76 37 536 73 54
Binary 10110001 101110 1000100 0 1001010 111110 11111 101011110 111011 101100

Color Harmonies of #B12E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E44

Black with #B12E44

Text Example


Text Example

White with #B12E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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