Html Css Color HEX #B03826 Medium Carmine

📋 copy color: '#B03826'

red 176 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #B03826

Tints of Medium Carmine #B03826

RGB

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

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

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

R = 65.19%
G = 20.74%
B = 14.07%

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

#B03826 (or 0xB03826) is known color: Medium Carmine. HEX triplet: B0, 38 and 26. RGB value is (176,56,38). Sum of RGB (Red+Green+Blue) = 176+56+38=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B03826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03826 is #4FC7D9. Grayscale: #5A5A5A. Windows color (decimal): -5228506 or 2504880. OLE color: 2504880.

HSL color Cylindrical-coordinate representation of color #B03826: hue angle of 7.83º 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 #B03826 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 38 -
CMYK 0 0.68 0.78 0.31
HSL 7.83º 0.64% 0.42% -
HSV(B) 7.83º 0.78% 0.69% -
XYZ 19.67 12.2 3.15 -
YUV 89.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 176 56 38 0 0.68 0.78 0.31 7.83 0.64 0.42
Hex B0 38 26 0 44 4E 1F 8 40 2A
Octal 260 70 46 0 104 116 37 10 100 52
Binary 10110000 111000 100110 0 1000100 1001110 11111 1000 1000000 101010

Color Harmonies of #B03826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03826

Black with #B03826

Text Example


Text Example

White with #B03826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03826; }

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

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

background-color css

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

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

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

border-color css

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

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

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