Html Css Color HEX #B93D4B Old Rose

📋 copy color: '#B93D4B'

red 185 ◦ green 61 ◦ blue 75

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

Shades of Old Rose #B93D4B

Tints of Old Rose #B93D4B

RGB

 RED value IS 185 (72.66% from 255) = 57.63%

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 57.63%
G = 19%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B93D4B (or 0xB93D4B) is known color: Old Rose. HEX triplet: B9, 3D and 4B. RGB value is (185,61,75). Sum of RGB (Red+Green+Blue) = 185+61+75=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D4B is #46C2B4. Grayscale: #636363. Windows color (decimal): -4637365 or 4931001. OLE color: 4931001.

HSL color Cylindrical-coordinate representation of color #B93D4B: hue angle of 353.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D4B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 61 75 -
CMYK 0 0.67 0.59 0.27
HSL 353.23º 0.5% 0.48% -
HSV(B) 353.23º 0.67% 0.73% -
XYZ 22.95 14.16 8.18 -
YUV 99.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 185 61 75 0 0.67 0.59 0.27 353.23 0.5 0.48
Hex B9 3D 4B 0 43 3B 1B 161 32 30
Octal 271 75 113 0 103 73 33 541 62 60
Binary 10111001 111101 1001011 0 1000011 111011 11011 101100001 110010 110000

Color Harmonies of #B93D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D4B

Black with #B93D4B

Text Example


Text Example

White with #B93D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D4B; }

 p { color: rgb(185,61,75); }

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

background-color css

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

 a { background-color: rgb(185,61,75); }

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

border-color css

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

 span { border-color: rgb(185,61,75); }

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