Html Css Color HEX #B2413D Medium Carmine

📋 copy color: '#B2413D'

red 178 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #B2413D

Tints of Medium Carmine #B2413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 58.55%
G = 21.38%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2413D (or 0xB2413D) is known color: Medium Carmine. HEX triplet: B2, 41 and 3D. RGB value is (178,65,61). Sum of RGB (Red+Green+Blue) = 178+65+61=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2413D is #4DBEC2. Grayscale: #626262. Windows color (decimal): -5095107 or 4014514. OLE color: 4014514.

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

Color convert

RGB 178 65 61 -
CMYK 0 0.63 0.66 0.30
HSL 2.05º 0.49% 0.47% -
HSV(B) 2.05º 0.66% 0.7% -
XYZ 21.09 13.58 5.92 -
YUV 98.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 178 65 61 0 0.63 0.66 0.30 2.05 0.49 0.47
Hex B2 41 3D 0 3F 42 1E 2 31 2F
Octal 262 101 75 0 77 102 36 2 61 57
Binary 10110010 1000001 111101 0 111111 1000010 11110 10 110001 101111

Color Harmonies of #B2413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2413D

Black with #B2413D

Text Example


Text Example

White with #B2413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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