Html Css Color HEX #B03730 Medium Carmine

📋 copy color: '#B03730'

red 176 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #B03730

Tints of Medium Carmine #B03730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 63.08%
G = 19.71%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B03730 (or 0xB03730) is known color: Medium Carmine. HEX triplet: B0, 37 and 30. RGB value is (176,55,48). Sum of RGB (Red+Green+Blue) = 176+55+48=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B03730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03730 is #4FC8CF. Grayscale: #5A5A5A. Windows color (decimal): -5228752 or 3159984. OLE color: 3159984.

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

Color convert

RGB 176 55 48 -
CMYK 0 0.69 0.73 0.31
HSL 3.28º 0.57% 0.44% -
HSV(B) 3.28º 0.73% 0.69% -
XYZ 19.8 12.18 4.1 -
YUV 90.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 176 55 48 0 0.69 0.73 0.31 3.28 0.57 0.44
Hex B0 37 30 0 45 49 1F 3 39 2C
Octal 260 67 60 0 105 111 37 3 71 54
Binary 10110000 110111 110000 0 1000101 1001001 11111 11 111001 101100

Color Harmonies of #B03730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03730

Black with #B03730

Text Example


Text Example

White with #B03730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03730; }

 p { color: rgb(176,55,48); }

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

background-color css

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

 a { background-color: rgb(176,55,48); }

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

border-color css

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

 span { border-color: rgb(176,55,48); }

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