Html Css Color HEX #B04530 Medium Carmine

📋 copy color: '#B04530'

red 176 ◦ green 69 ◦ blue 48

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

Shades of Medium Carmine #B04530

Tints of Medium Carmine #B04530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 60.07%
G = 23.55%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B04530 (or 0xB04530) is known color: Medium Carmine. HEX triplet: B0, 45 and 30. RGB value is (176,69,48). Sum of RGB (Red+Green+Blue) = 176+69+48=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B04530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04530 is #4FBACF. Grayscale: #626262. Windows color (decimal): -5225168 or 3163568. OLE color: 3163568.

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

Color convert

RGB 176 69 48 -
CMYK 0 0.61 0.73 0.31
HSL 9.84º 0.57% 0.44% -
HSV(B) 9.84º 0.73% 0.69% -
XYZ 20.57 13.7 4.36 -
YUV 98.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 176 69 48 0 0.61 0.73 0.31 9.84 0.57 0.44
Hex B0 45 30 0 3D 49 1F A 39 2C
Octal 260 105 60 0 75 111 37 12 71 54
Binary 10110000 1000101 110000 0 111101 1001001 11111 1010 111001 101100

Color Harmonies of #B04530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04530

Black with #B04530

Text Example


Text Example

White with #B04530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04530; }

 p { color: rgb(176,69,48); }

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

background-color css

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

 a { background-color: rgb(176,69,48); }

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

border-color css

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

 span { border-color: rgb(176,69,48); }

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