Html Css Color HEX #B04632 Medium Carmine

📋 copy color: '#B04632'

red 176 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #B04632

Tints of Medium Carmine #B04632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 59.46%
G = 23.65%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B04632 (or 0xB04632) is known color: Medium Carmine. HEX triplet: B0, 46 and 32. RGB value is (176,70,50). Sum of RGB (Red+Green+Blue) = 176+70+50=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04632 is #4FB9CD. Grayscale: #636363. Windows color (decimal): -5224910 or 3294896. OLE color: 3294896.

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

Color convert

RGB 176 70 50 -
CMYK 0 0.60 0.72 0.31
HSL 9.52º 0.56% 0.44% -
HSV(B) 9.52º 0.72% 0.69% -
XYZ 20.67 13.84 4.6 -
YUV 99.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 176 70 50 0 0.60 0.72 0.31 9.52 0.56 0.44
Hex B0 46 32 0 3C 48 1F A 38 2C
Octal 260 106 62 0 74 110 37 12 70 54
Binary 10110000 1000110 110010 0 111100 1001000 11111 1010 111000 101100

Color Harmonies of #B04632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04632

Black with #B04632

Text Example


Text Example

White with #B04632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04632; }

 p { color: rgb(176,70,50); }

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

background-color css

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

 a { background-color: rgb(176,70,50); }

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

border-color css

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

 span { border-color: rgb(176,70,50); }

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