Html Css Color HEX #B43628 Medium Carmine

📋 copy color: '#B43628'

red 180 ◦ green 54 ◦ blue 40

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

Shades of Medium Carmine #B43628

Tints of Medium Carmine #B43628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 65.69%
G = 19.71%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B43628 (or 0xB43628) is known color: Medium Carmine. HEX triplet: B4, 36 and 28. RGB value is (180,54,40). Sum of RGB (Red+Green+Blue) = 180+54+40=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B43628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43628 is #4BC9D7. Grayscale: #5A5A5A. Windows color (decimal): -4966872 or 2635444. OLE color: 2635444.

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

Color convert

RGB 180 54 40 -
CMYK 0 0.7 0.78 0.29
HSL 0.64% 0.43% -
HSV(B) 0.78% 0.71% -
XYZ 20.52 12.49 3.34 -
YUV 90.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 180 54 40 0 0.7 0.78 0.29 6 0.64 0.43
Hex B4 36 28 0 46 4E 1D 6 40 2B
Octal 264 66 50 0 106 116 35 6 100 53
Binary 10110100 110110 101000 0 1000110 1001110 11101 110 1000000 101011

Color Harmonies of #B43628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43628

Black with #B43628

Text Example


Text Example

White with #B43628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43628; }

 p { color: rgb(180,54,40); }

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

background-color css

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

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

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

border-color css

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

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

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