Html Css Color HEX #B04025 Medium Carmine

📋 copy color: '#B04025'

red 176 ◦ green 64 ◦ blue 37

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

Shades of Medium Carmine #B04025

Tints of Medium Carmine #B04025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 63.54%
G = 23.1%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B04025 (or 0xB04025) is known color: Medium Carmine. HEX triplet: B0, 40 and 25. RGB value is (176,64,37). Sum of RGB (Red+Green+Blue) = 176+64+37=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B04025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04025 is #4FBFDA. Grayscale: #5E5E5E. Windows color (decimal): -5226459 or 2441392. OLE color: 2441392.

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

Color convert

RGB 176 64 37 -
CMYK 0 0.64 0.79 0.31
HSL 11.65º 0.65% 0.42% -
HSV(B) 11.65º 0.79% 0.69% -
XYZ 20.07 13.03 3.21 -
YUV 94.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 176 64 37 0 0.64 0.79 0.31 11.65 0.65 0.42
Hex B0 40 25 0 40 4F 1F C 41 2A
Octal 260 100 45 0 100 117 37 14 101 52
Binary 10110000 1000000 100101 0 1000000 1001111 11111 1100 1000001 101010

Color Harmonies of #B04025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04025

Black with #B04025

Text Example


Text Example

White with #B04025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04025; }

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

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

background-color css

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

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

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

border-color css

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

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

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