Html Css Color HEX #B04438 Medium Carmine

📋 copy color: '#B04438'

red 176 ◦ green 68 ◦ blue 56

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

Shades of Medium Carmine #B04438

Tints of Medium Carmine #B04438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 58.67%
G = 22.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B04438 (or 0xB04438) is known color: Medium Carmine. HEX triplet: B0, 44 and 38. RGB value is (176,68,56). Sum of RGB (Red+Green+Blue) = 176+68+56=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B04438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04438 is #4FBBC7. Grayscale: #636363. Windows color (decimal): -5225416 or 3687600. OLE color: 3687600.

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

Color convert

RGB 176 68 56 -
CMYK 0 0.61 0.68 0.31
HSL 0.52% 0.45% -
HSV(B) 0.68% 0.69% -
XYZ 20.69 13.65 5.29 -
YUV 98.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 176 68 56 0 0.61 0.68 0.31 6 0.52 0.45
Hex B0 44 38 0 3D 44 1F 6 34 2D
Octal 260 104 70 0 75 104 37 6 64 55
Binary 10110000 1000100 111000 0 111101 1000100 11111 110 110100 101101

Color Harmonies of #B04438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04438

Black with #B04438

Text Example


Text Example

White with #B04438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04438; }

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

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

background-color css

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

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

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

border-color css

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

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

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