Html Css Color HEX #B34530 Medium Carmine

📋 copy color: '#B34530'

red 179 ◦ green 69 ◦ blue 48

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

Shades of Medium Carmine #B34530

Tints of Medium Carmine #B34530

RGB

 RED value IS 179 (70.31% from 255) = 60.47%

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

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

R = 60.47%
G = 23.31%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34530 (or 0xB34530) is known color: Medium Carmine. HEX triplet: B3, 45 and 30. RGB value is (179,69,48). Sum of RGB (Red+Green+Blue) = 179+69+48=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B34530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34530 is #4CBACF. Grayscale: #636363. Windows color (decimal): -5028560 or 3163571. OLE color: 3163571.

HSL color Cylindrical-coordinate representation of color #B34530: hue angle of 9.62º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B34530 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 48 -
CMYK 0 0.61 0.73 0.30
HSL 9.62º 0.58% 0.45% -
HSV(B) 9.62º 0.73% 0.7% -
XYZ 21.25 14.05 4.39 -
YUV 99.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 179 69 48 0 0.61 0.73 0.30 9.62 0.58 0.45
Hex B3 45 30 0 3D 49 1E A 3A 2D
Octal 263 105 60 0 75 111 36 12 72 55
Binary 10110011 1000101 110000 0 111101 1001001 11110 1010 111010 101101

Color Harmonies of #B34530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34530

Black with #B34530

Text Example


Text Example

White with #B34530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34530; }

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

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

background-color css

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

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

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

border-color css

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

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

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