Html Css Color HEX #B4452B Medium Carmine

📋 copy color: '#B4452B'

red 180 ◦ green 69 ◦ blue 43

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

Shades of Medium Carmine #B4452B

Tints of Medium Carmine #B4452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 61.64%
G = 23.63%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4452B (or 0xB4452B) is known color: Medium Carmine. HEX triplet: B4, 45 and 2B. RGB value is (180,69,43). Sum of RGB (Red+Green+Blue) = 180+69+43=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4452B is #4BBAD4. Grayscale: #636363. Windows color (decimal): -4963029 or 2835892. OLE color: 2835892.

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

Color convert

RGB 180 69 43 -
CMYK 0 0.62 0.76 0.29
HSL 11.39º 0.61% 0.44% -
HSV(B) 11.39º 0.76% 0.71% -
XYZ 21.39 14.13 3.89 -
YUV 99.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 180 69 43 0 0.62 0.76 0.29 11.39 0.61 0.44
Hex B4 45 2B 0 3E 4C 1D B 3D 2C
Octal 264 105 53 0 76 114 35 13 75 54
Binary 10110100 1000101 101011 0 111110 1001100 11101 1011 111101 101100

Color Harmonies of #B4452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4452B

Black with #B4452B

Text Example


Text Example

White with #B4452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4452B; }

 p { color: rgb(180,69,43); }

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

background-color css

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

 a { background-color: rgb(180,69,43); }

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

border-color css

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

 span { border-color: rgb(180,69,43); }

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