Html Css Color HEX #B04238 Medium Carmine

📋 copy color: '#B04238'

red 176 ◦ green 66 ◦ blue 56

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

Shades of Medium Carmine #B04238

Tints of Medium Carmine #B04238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 59.06%
G = 22.15%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B04238 (or 0xB04238) is known color: Medium Carmine. HEX triplet: B0, 42 and 38. RGB value is (176,66,56). Sum of RGB (Red+Green+Blue) = 176+66+56=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B04238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04238 is #4FBDC7. Grayscale: #616161. Windows color (decimal): -5225928 or 3687088. OLE color: 3687088.

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

Color convert

RGB 176 66 56 -
CMYK 0 0.62 0.68 0.31
HSL 0.52% 0.45% -
HSV(B) 0.68% 0.69% -
XYZ 20.57 13.41 5.25 -
YUV 97.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 176 66 56 0 0.62 0.68 0.31 5 0.52 0.45
Hex B0 42 38 0 3E 44 1F 5 34 2D
Octal 260 102 70 0 76 104 37 5 64 55
Binary 10110000 1000010 111000 0 111110 1000100 11111 101 110100 101101

Color Harmonies of #B04238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04238

Black with #B04238

Text Example


Text Example

White with #B04238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04238; }

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

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

background-color css

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

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

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

border-color css

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

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

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