Html Css Color HEX #B43434 Medium Carmine

📋 copy color: '#B43434'

red 180 ◦ green 52 ◦ blue 52

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

Shades of Medium Carmine #B43434

Tints of Medium Carmine #B43434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 63.38%
G = 18.31%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B43434 (or 0xB43434) is known color: Medium Carmine. HEX triplet: B4, 34 and 34. RGB value is (180,52,52). Sum of RGB (Red+Green+Blue) = 180+52+52=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43434 is #4BCBCB. Grayscale: #5A5A5A. Windows color (decimal): -4967372 or 3421364. OLE color: 3421364.

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

Color convert

RGB 180 52 52 -
CMYK 0 0.71 0.71 0.29
HSL 0.55% 0.45% -
HSV(B) 0.71% 0.71% -
XYZ 20.67 12.41 4.55 -
YUV 90.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 180 52 52 0 0.71 0.71 0.29 0 0.55 0.45
Hex B4 34 34 0 47 47 1D 0 37 2D
Octal 264 64 64 0 107 107 35 0 67 55
Binary 10110100 110100 110100 0 1000111 1000111 11101 0 110111 101101

Color Harmonies of #B43434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43434

Black with #B43434

Text Example


Text Example

White with #B43434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43434; }

 p { color: rgb(180,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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