Html Css Color HEX #B03828 Medium Carmine

📋 copy color: '#B03828'

red 176 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #B03828

Tints of Medium Carmine #B03828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 64.71%
G = 20.59%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B03828 (or 0xB03828) is known color: Medium Carmine. HEX triplet: B0, 38 and 28. RGB value is (176,56,40). Sum of RGB (Red+Green+Blue) = 176+56+40=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B03828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03828 is #4FC7D7. Grayscale: #5A5A5A. Windows color (decimal): -5228504 or 2635952. OLE color: 2635952.

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

Color convert

RGB 176 56 40 -
CMYK 0 0.68 0.77 0.31
HSL 7.06º 0.63% 0.42% -
HSV(B) 7.06º 0.77% 0.69% -
XYZ 19.7 12.21 3.33 -
YUV 90.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 176 56 40 0 0.68 0.77 0.31 7.06 0.63 0.42
Hex B0 38 28 0 44 4D 1F 7 3F 2A
Octal 260 70 50 0 104 115 37 7 77 52
Binary 10110000 111000 101000 0 1000100 1001101 11111 111 111111 101010

Color Harmonies of #B03828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03828

Black with #B03828

Text Example


Text Example

White with #B03828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03828; }

 p { color: rgb(176,56,40); }

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

background-color css

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

 a { background-color: rgb(176,56,40); }

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

border-color css

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

 span { border-color: rgb(176,56,40); }

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