Html Css Color HEX #B5402E Medium Carmine

📋 copy color: '#B5402E'

red 181 ◦ green 64 ◦ blue 46

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

Shades of Medium Carmine #B5402E

Tints of Medium Carmine #B5402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 62.2%
G = 21.99%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5402E (or 0xB5402E) is known color: Medium Carmine. HEX triplet: B5, 40 and 2E. RGB value is (181,64,46). Sum of RGB (Red+Green+Blue) = 181+64+46=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5402E is #4ABFD1. Grayscale: #616161. Windows color (decimal): -4898770 or 3031221. OLE color: 3031221.

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

Color convert

RGB 181 64 46 -
CMYK 0 0.65 0.75 0.29
HSL 0.59% 0.45% -
HSV(B) 0.75% 0.71% -
XYZ 21.38 13.69 4.1 -
YUV 96.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 181 64 46 0 0.65 0.75 0.29 8 0.59 0.45
Hex B5 40 2E 0 41 4B 1D 8 3B 2D
Octal 265 100 56 0 101 113 35 10 73 55
Binary 10110101 1000000 101110 0 1000001 1001011 11101 1000 111011 101101

Color Harmonies of #B5402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5402E

Black with #B5402E

Text Example


Text Example

White with #B5402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5402E; }

 p { color: rgb(181,64,46); }

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

background-color css

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

 a { background-color: rgb(181,64,46); }

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

border-color css

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

 span { border-color: rgb(181,64,46); }

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