Html Css Color HEX #B5402B Medium Carmine

📋 copy color: '#B5402B'

red 181 ◦ green 64 ◦ blue 43

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

Shades of Medium Carmine #B5402B

Tints of Medium Carmine #B5402B

RGB

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

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

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

R = 62.85%
G = 22.22%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5402B (or 0xB5402B) is known color: Medium Carmine. HEX triplet: B5, 40 and 2B. RGB value is (181,64,43). Sum of RGB (Red+Green+Blue) = 181+64+43=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B5402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5402B is #4ABFD4. Grayscale: #606060. Windows color (decimal): -4898773 or 2834613. OLE color: 2834613.

HSL color Cylindrical-coordinate representation of color #B5402B: hue angle of 9.13º degrees, saturation: 0.62, 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 #B5402B is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 43 -
CMYK 0 0.65 0.76 0.29
HSL 9.13º 0.62% 0.44% -
HSV(B) 9.13º 0.76% 0.71% -
XYZ 21.33 13.66 3.8 -
YUV 96.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 181 64 43 0 0.65 0.76 0.29 9.13 0.62 0.44
Hex B5 40 2B 0 41 4C 1D 9 3E 2C
Octal 265 100 53 0 101 114 35 11 76 54
Binary 10110101 1000000 101011 0 1000001 1001100 11101 1001 111110 101100

Color Harmonies of #B5402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5402B

Black with #B5402B

Text Example


Text Example

White with #B5402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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