Html Css Color HEX #B12C42 Old Rose

📋 copy color: '#B12C42'

red 177 ◦ green 44 ◦ blue 66

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

Shades of Old Rose #B12C42

Tints of Old Rose #B12C42

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 61.67%
G = 15.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12C42 (or 0xB12C42) is known color: Old Rose. HEX triplet: B1, 2C and 42. RGB value is (177,44,66). Sum of RGB (Red+Green+Blue) = 177+44+66=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C42 is #4ED3BD. Grayscale: #565656. Windows color (decimal): -5166014 or 4336817. OLE color: 4336817.

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

Color convert

RGB 177 44 66 -
CMYK 0 0.75 0.63 0.31
HSL 350.08º 0.6% 0.43% -
HSV(B) 350.08º 0.75% 0.69% -
XYZ 20.02 11.54 6.33 -
YUV 86.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 177 44 66 0 0.75 0.63 0.31 350.08 0.6 0.43
Hex B1 2C 42 0 4B 3F 1F 15E 3C 2B
Octal 261 54 102 0 113 77 37 536 74 53
Binary 10110001 101100 1000010 0 1001011 111111 11111 101011110 111100 101011

Color Harmonies of #B12C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C42

Black with #B12C42

Text Example


Text Example

White with #B12C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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