Html Css Color HEX #B12F3F Old Rose

📋 copy color: '#B12F3F'

red 177 ◦ green 47 ◦ blue 63

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

Shades of Old Rose #B12F3F

Tints of Old Rose #B12F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 61.67%
G = 16.38%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12F3F (or 0xB12F3F) is known color: Old Rose. HEX triplet: B1, 2F and 3F. RGB value is (177,47,63). Sum of RGB (Red+Green+Blue) = 177+47+63=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F3F is #4ED0C0. Grayscale: #575757. Windows color (decimal): -5165249 or 4140977. OLE color: 4140977.

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

Color convert

RGB 177 47 63 -
CMYK 0 0.73 0.64 0.31
HSL 352.62º 0.58% 0.44% -
HSV(B) 352.62º 0.73% 0.69% -
XYZ 20.05 11.74 5.91 -
YUV 87.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 177 47 63 0 0.73 0.64 0.31 352.62 0.58 0.44
Hex B1 2F 3F 0 49 40 1F 161 3A 2C
Octal 261 57 77 0 111 100 37 541 72 54
Binary 10110001 101111 111111 0 1001001 1000000 11111 101100001 111010 101100

Color Harmonies of #B12F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F3F

Black with #B12F3F

Text Example


Text Example

White with #B12F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F3F; }

 p { color: rgb(177,47,63); }

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

background-color css

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

 a { background-color: rgb(177,47,63); }

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

border-color css

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

 span { border-color: rgb(177,47,63); }

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