Html Css Color HEX #B5402A Medium Carmine

📋 copy color: '#B5402A'

red 181 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #B5402A

Tints of Medium Carmine #B5402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 63.07%
G = 22.3%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5402A (or 0xB5402A) is known color: Medium Carmine. HEX triplet: B5, 40 and 2A. RGB value is (181,64,42). Sum of RGB (Red+Green+Blue) = 181+64+42=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B5402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5402A is #4ABFD5. Grayscale: #606060. Windows color (decimal): -4898774 or 2769077. OLE color: 2769077.

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

Color convert

RGB 181 64 42 -
CMYK 0 0.65 0.77 0.29
HSL 9.5º 0.62% 0.44% -
HSV(B) 9.5º 0.77% 0.71% -
XYZ 21.31 13.66 3.7 -
YUV 96.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 181 64 42 0 0.65 0.77 0.29 9.5 0.62 0.44
Hex B5 40 2A 0 41 4D 1D 9 3E 2C
Octal 265 100 52 0 101 115 35 11 76 54
Binary 10110101 1000000 101010 0 1000001 1001101 11101 1001 111110 101100

Color Harmonies of #B5402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5402A

Black with #B5402A

Text Example


Text Example

White with #B5402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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