Html Css Color HEX #B2413A Medium Carmine

📋 copy color: '#B2413A'

red 178 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B2413A

Tints of Medium Carmine #B2413A

RGB

 RED value IS 178 (69.92% from 255) = 59.14%

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

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

R = 59.14%
G = 21.59%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2413A (or 0xB2413A) is known color: Medium Carmine. HEX triplet: B2, 41 and 3A. RGB value is (178,65,58). Sum of RGB (Red+Green+Blue) = 178+65+58=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2413A is #4DBEC5. Grayscale: #626262. Windows color (decimal): -5095110 or 3817906. OLE color: 3817906.

HSL color Cylindrical-coordinate representation of color #B2413A: hue angle of 3.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2413A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 58 -
CMYK 0 0.63 0.67 0.30
HSL 3.5º 0.51% 0.46% -
HSV(B) 3.5º 0.67% 0.7% -
XYZ 21.01 13.55 5.51 -
YUV 97.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 178 65 58 0 0.63 0.67 0.30 3.5 0.51 0.46
Hex B2 41 3A 0 3F 43 1E 4 33 2E
Octal 262 101 72 0 77 103 36 4 63 56
Binary 10110010 1000001 111010 0 111111 1000011 11110 100 110011 101110

Color Harmonies of #B2413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2413A

Black with #B2413A

Text Example


Text Example

White with #B2413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2413A; }

 p { color: rgb(178,65,58); }

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

background-color css

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

 a { background-color: rgb(178,65,58); }

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

border-color css

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

 span { border-color: rgb(178,65,58); }

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