Html Css Color HEX #BD1F4B Old Rose

📋 copy color: '#BD1F4B'

red 189 ◦ green 31 ◦ blue 75

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

Shades of Old Rose #BD1F4B

Tints of Old Rose #BD1F4B

RGB

 RED value IS 189 (74.22% from 255) = 64.07%

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 64.07%
G = 10.51%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD1F4B (or 0xBD1F4B) is known color: Old Rose. HEX triplet: BD, 1F and 4B. RGB value is (189,31,75). Sum of RGB (Red+Green+Blue) = 189+31+75=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F4B is #42E0B4. Grayscale: #535353. Windows color (decimal): -4382901 or 4923325. OLE color: 4923325.

HSL color Cylindrical-coordinate representation of color #BD1F4B: hue angle of 343.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F4B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 75 -
CMYK 0 0.84 0.60 0.26
HSL 343.29º 0.72% 0.43% -
HSV(B) 343.29º 0.84% 0.74% -
XYZ 22.75 12.31 7.83 -
YUV 83.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 189 31 75 0 0.84 0.60 0.26 343.29 0.72 0.43
Hex BD 1F 4B 0 54 3C 1A 157 48 2B
Octal 275 37 113 0 124 74 32 527 110 53
Binary 10111101 11111 1001011 0 1010100 111100 11010 101010111 1001000 101011

Color Harmonies of #BD1F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F4B

Black with #BD1F4B

Text Example


Text Example

White with #BD1F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F4B; }

 p { color: rgb(189,31,75); }

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

background-color css

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

 a { background-color: rgb(189,31,75); }

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

border-color css

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

 span { border-color: rgb(189,31,75); }

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