Html Css Color HEX #B93F25 Medium Carmine

📋 copy color: '#B93F25'

red 185 ◦ green 63 ◦ blue 37

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

Shades of Medium Carmine #B93F25

Tints of Medium Carmine #B93F25

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 64.91%
G = 22.11%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B93F25 (or 0xB93F25) is known color: Medium Carmine. HEX triplet: B9, 3F and 25. RGB value is (185,63,37). Sum of RGB (Red+Green+Blue) = 185+63+37=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F25 is #46C0DA. Grayscale: #606060. Windows color (decimal): -4636891 or 2441145. OLE color: 2441145.

HSL color Cylindrical-coordinate representation of color #B93F25: hue angle of 10.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B93F25 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 63 37 -
CMYK 0 0.66 0.80 0.27
HSL 10.54º 0.67% 0.44% -
HSV(B) 10.54º 0.8% 0.73% -
XYZ 22.12 14 3.29 -
YUV 96.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 185 63 37 0 0.66 0.80 0.27 10.54 0.67 0.44
Hex B9 3F 25 0 42 50 1B B 43 2C
Octal 271 77 45 0 102 120 33 13 103 54
Binary 10111001 111111 100101 0 1000010 1010000 11011 1011 1000011 101100

Color Harmonies of #B93F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F25

Black with #B93F25

Text Example


Text Example

White with #B93F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F25; }

 p { color: rgb(185,63,37); }

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

background-color css

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

 a { background-color: rgb(185,63,37); }

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

border-color css

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

 span { border-color: rgb(185,63,37); }

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