Html Css Color HEX #B04125 Medium Carmine

📋 copy color: '#B04125'

red 176 ◦ green 65 ◦ blue 37

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

Shades of Medium Carmine #B04125

Tints of Medium Carmine #B04125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 63.31%
G = 23.38%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B04125 (or 0xB04125) is known color: Medium Carmine. HEX triplet: B0, 41 and 25. RGB value is (176,65,37). Sum of RGB (Red+Green+Blue) = 176+65+37=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04125 is #4FBEDA. Grayscale: #5F5F5F. Windows color (decimal): -5226203 or 2441648. OLE color: 2441648.

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

Color convert

RGB 176 65 37 -
CMYK 0 0.63 0.79 0.31
HSL 12.09º 0.65% 0.42% -
HSV(B) 12.09º 0.79% 0.69% -
XYZ 20.13 13.14 3.23 -
YUV 95 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 176 65 37 0 0.63 0.79 0.31 12.09 0.65 0.42
Hex B0 41 25 0 3F 4F 1F C 41 2A
Octal 260 101 45 0 77 117 37 14 101 52
Binary 10110000 1000001 100101 0 111111 1001111 11111 1100 1000001 101010

Color Harmonies of #B04125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04125

Black with #B04125

Text Example


Text Example

White with #B04125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04125; }

 p { color: rgb(176,65,37); }

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

background-color css

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

 a { background-color: rgb(176,65,37); }

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

border-color css

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

 span { border-color: rgb(176,65,37); }

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