Html Css Color HEX #B5412A Medium Carmine

📋 copy color: '#B5412A'

red 181 ◦ green 65 ◦ blue 42

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

Shades of Medium Carmine #B5412A

Tints of Medium Carmine #B5412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 62.85%
G = 22.57%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5412A (or 0xB5412A) is known color: Medium Carmine. HEX triplet: B5, 41 and 2A. RGB value is (181,65,42). Sum of RGB (Red+Green+Blue) = 181+65+42=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B5412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5412A is #4ABED5. Grayscale: #616161. Windows color (decimal): -4898518 or 2769333. OLE color: 2769333.

HSL color Cylindrical-coordinate representation of color #B5412A: hue angle of 9.93º 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 #B5412A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 65 42 -
CMYK 0 0.64 0.77 0.29
HSL 9.93º 0.62% 0.44% -
HSV(B) 9.93º 0.77% 0.71% -
XYZ 21.36 13.77 3.72 -
YUV 97.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 181 65 42 0 0.64 0.77 0.29 9.93 0.62 0.44
Hex B5 41 2A 0 40 4D 1D A 3E 2C
Octal 265 101 52 0 100 115 35 12 76 54
Binary 10110101 1000001 101010 0 1000000 1001101 11101 1010 111110 101100

Color Harmonies of #B5412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5412A

Black with #B5412A

Text Example


Text Example

White with #B5412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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