Html Css Color HEX #B93F26 Medium Carmine

📋 copy color: '#B93F26'

red 185 ◦ green 63 ◦ blue 38

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

Shades of Medium Carmine #B93F26

Tints of Medium Carmine #B93F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 64.69%
G = 22.03%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93F26 (or 0xB93F26) is known color: Medium Carmine. HEX triplet: B9, 3F and 26. RGB value is (185,63,38). Sum of RGB (Red+Green+Blue) = 185+63+38=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F26 is #46C0D9. Grayscale: #606060. Windows color (decimal): -4636890 or 2506681. OLE color: 2506681.

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

Color convert

RGB 185 63 38 -
CMYK 0 0.66 0.79 0.27
HSL 10.2º 0.66% 0.44% -
HSV(B) 10.2º 0.79% 0.73% -
XYZ 22.13 14.01 3.37 -
YUV 96.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 185 63 38 0 0.66 0.79 0.27 10.2 0.66 0.44
Hex B9 3F 26 0 42 4F 1B A 42 2C
Octal 271 77 46 0 102 117 33 12 102 54
Binary 10111001 111111 100110 0 1000010 1001111 11011 1010 1000010 101100

Color Harmonies of #B93F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F26

Black with #B93F26

Text Example


Text Example

White with #B93F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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