Html Css Color HEX #B03925 Medium Carmine

📋 copy color: '#B03925'

red 176 ◦ green 57 ◦ blue 37

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

Shades of Medium Carmine #B03925

Tints of Medium Carmine #B03925

RGB

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

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

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

R = 65.19%
G = 21.11%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B03925 (or 0xB03925) is known color: Medium Carmine. HEX triplet: B0, 39 and 25. RGB value is (176,57,37). Sum of RGB (Red+Green+Blue) = 176+57+37=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B03925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03925 is #4FC6DA. Grayscale: #5A5A5A. Windows color (decimal): -5228251 or 2439600. OLE color: 2439600.

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

Color convert

RGB 176 57 37 -
CMYK 0 0.68 0.79 0.31
HSL 8.63º 0.65% 0.42% -
HSV(B) 8.63º 0.79% 0.69% -
XYZ 19.7 12.29 3.08 -
YUV 90.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 176 57 37 0 0.68 0.79 0.31 8.63 0.65 0.42
Hex B0 39 25 0 44 4F 1F 9 41 2A
Octal 260 71 45 0 104 117 37 11 101 52
Binary 10110000 111001 100101 0 1000100 1001111 11111 1001 1000001 101010

Color Harmonies of #B03925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03925

Black with #B03925

Text Example


Text Example

White with #B03925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03925; }

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

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

background-color css

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

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

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

border-color css

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

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

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