Html Css Color HEX #B5443A Medium Carmine

📋 copy color: '#B5443A'

red 181 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #B5443A

Tints of Medium Carmine #B5443A

RGB

 RED value IS 181 (71.09% from 255) = 58.96%

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 58.96%
G = 22.15%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5443A (or 0xB5443A) is known color: Medium Carmine. HEX triplet: B5, 44 and 3A. RGB value is (181,68,58). Sum of RGB (Red+Green+Blue) = 181+68+58=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5443A is #4ABBC5. Grayscale: #646464. Windows color (decimal): -4897734 or 3818677. OLE color: 3818677.

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

Color convert

RGB 181 68 58 -
CMYK 0 0.62 0.68 0.29
HSL 4.88º 0.51% 0.47% -
HSV(B) 4.88º 0.68% 0.71% -
XYZ 21.89 14.26 5.6 -
YUV 100.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 181 68 58 0 0.62 0.68 0.29 4.88 0.51 0.47
Hex B5 44 3A 0 3E 44 1D 5 33 2F
Octal 265 104 72 0 76 104 35 5 63 57
Binary 10110101 1000100 111010 0 111110 1000100 11101 101 110011 101111

Color Harmonies of #B5443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5443A

Black with #B5443A

Text Example


Text Example

White with #B5443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5443A; }

 p { color: rgb(181,68,58); }

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

background-color css

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

 a { background-color: rgb(181,68,58); }

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

border-color css

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

 span { border-color: rgb(181,68,58); }

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