Html Css Color HEX #B4352D Medium Carmine

📋 copy color: '#B4352D'

red 180 ◦ green 53 ◦ blue 45

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

Shades of Medium Carmine #B4352D

Tints of Medium Carmine #B4352D

RGB

 RED value IS 180 (70.7% from 255) = 64.75%

 GREEN value IS 53 (21.09% from 255) = 19.06%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 64.75%
G = 19.06%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4352D (or 0xB4352D) is known color: Medium Carmine. HEX triplet: B4, 35 and 2D. RGB value is (180,53,45). Sum of RGB (Red+Green+Blue) = 180+53+45=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4352D is #4BCAD2. Grayscale: #5A5A5A. Windows color (decimal): -4967123 or 2962868. OLE color: 2962868.

HSL color Cylindrical-coordinate representation of color #B4352D: hue angle of 3.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4352D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 53 45 -
CMYK 0 0.71 0.75 0.29
HSL 3.56º 0.6% 0.44% -
HSV(B) 3.56º 0.75% 0.71% -
XYZ 20.57 12.44 3.8 -
YUV 90.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 180 53 45 0 0.71 0.75 0.29 3.56 0.6 0.44
Hex B4 35 2D 0 47 4B 1D 4 3C 2C
Octal 264 65 55 0 107 113 35 4 74 54
Binary 10110100 110101 101101 0 1000111 1001011 11101 100 111100 101100

Color Harmonies of #B4352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4352D

Black with #B4352D

Text Example


Text Example

White with #B4352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4352D; }

 p { color: rgb(180,53,45); }

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

background-color css

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

 a { background-color: rgb(180,53,45); }

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

border-color css

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

 span { border-color: rgb(180,53,45); }

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