Html Css Color HEX #B93945 Old Rose

📋 copy color: '#B93945'

red 185 ◦ green 57 ◦ blue 69

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

Shades of Old Rose #B93945

Tints of Old Rose #B93945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 59.49%
G = 18.33%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93945 (or 0xB93945) is known color: Old Rose. HEX triplet: B9, 39 and 45. RGB value is (185,57,69). Sum of RGB (Red+Green+Blue) = 185+57+69=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93945 is #46C6BA. Grayscale: #606060. Windows color (decimal): -4638395 or 4536761. OLE color: 4536761.

HSL color Cylindrical-coordinate representation of color #B93945: hue angle of 354.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93945 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 69 -
CMYK 0 0.69 0.63 0.27
HSL 354.38º 0.53% 0.47% -
HSV(B) 354.38º 0.69% 0.73% -
XYZ 22.54 13.67 7.08 -
YUV 96.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 185 57 69 0 0.69 0.63 0.27 354.38 0.53 0.47
Hex B9 39 45 0 45 3F 1B 162 35 2F
Octal 271 71 105 0 105 77 33 542 65 57
Binary 10111001 111001 1000101 0 1000101 111111 11011 101100010 110101 101111

Color Harmonies of #B93945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93945

Black with #B93945

Text Example


Text Example

White with #B93945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93945; }

 p { color: rgb(185,57,69); }

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

background-color css

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

 a { background-color: rgb(185,57,69); }

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

border-color css

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

 span { border-color: rgb(185,57,69); }

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