Html Css Color HEX #B71D4B Old Rose

📋 copy color: '#B71D4B'

red 183 ◦ green 29 ◦ blue 75

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

Shades of Old Rose #B71D4B

Tints of Old Rose #B71D4B

RGB

 RED value IS 183 (71.88% from 255) = 63.76%

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 63.76%
G = 10.1%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B71D4B (or 0xB71D4B) is known color: Old Rose. HEX triplet: B7, 1D and 4B. RGB value is (183,29,75). Sum of RGB (Red+Green+Blue) = 183+29+75=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D4B is #48E2B4. Grayscale: #505050. Windows color (decimal): -4776629 or 4922807. OLE color: 4922807.

HSL color Cylindrical-coordinate representation of color #B71D4B: hue angle of 342.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D4B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 29 75 -
CMYK 0 0.84 0.59 0.28
HSL 342.08º 0.73% 0.42% -
HSV(B) 342.08º 0.84% 0.72% -
XYZ 21.24 11.45 7.75 -
YUV 80.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 183 29 75 0 0.84 0.59 0.28 342.08 0.73 0.42
Hex B7 1D 4B 0 54 3B 1C 156 49 2A
Octal 267 35 113 0 124 73 34 526 111 52
Binary 10110111 11101 1001011 0 1010100 111011 11100 101010110 1001001 101010

Color Harmonies of #B71D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D4B

Black with #B71D4B

Text Example


Text Example

White with #B71D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D4B; }

 p { color: rgb(183,29,75); }

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

background-color css

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

 a { background-color: rgb(183,29,75); }

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

border-color css

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

 span { border-color: rgb(183,29,75); }

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