Html Css Color HEX #B03926 Medium Carmine

📋 copy color: '#B03926'

red 176 ◦ green 57 ◦ blue 38

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

Shades of Medium Carmine #B03926

Tints of Medium Carmine #B03926

RGB

 RED value IS 176 (69.14% from 255) = 64.94%

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

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

R = 64.94%
G = 21.03%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B03926 (or 0xB03926) is known color: Medium Carmine. HEX triplet: B0, 39 and 26. RGB value is (176,57,38). Sum of RGB (Red+Green+Blue) = 176+57+38=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B03926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03926 is #4FC6D9. Grayscale: #5A5A5A. Windows color (decimal): -5228250 or 2505136. OLE color: 2505136.

HSL color Cylindrical-coordinate representation of color #B03926: hue angle of 8.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B03926 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 38 -
CMYK 0 0.68 0.78 0.31
HSL 8.26º 0.64% 0.42% -
HSV(B) 8.26º 0.78% 0.69% -
XYZ 19.72 12.3 3.17 -
YUV 90.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 176 57 38 0 0.68 0.78 0.31 8.26 0.64 0.42
Hex B0 39 26 0 44 4E 1F 8 40 2A
Octal 260 71 46 0 104 116 37 10 100 52
Binary 10110000 111001 100110 0 1000100 1001110 11111 1000 1000000 101010

Color Harmonies of #B03926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03926

Black with #B03926

Text Example


Text Example

White with #B03926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03926; }

 p { color: rgb(176,57,38); }

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

background-color css

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

 a { background-color: rgb(176,57,38); }

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

border-color css

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

 span { border-color: rgb(176,57,38); }

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