Html Css Color HEX #B2012E Carmine

📋 copy color: '#B2012E'

red 178 ◦ green 1 ◦ blue 46

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

Shades of Carmine #B2012E

Tints of Carmine #B2012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 79.11%
G = 0.44%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2012E (or 0xB2012E) is known color: Carmine. HEX triplet: B2, 01 and 2E. RGB value is (178,1,46). Sum of RGB (Red+Green+Blue) = 178+1+46=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2012E is #4DFED1. Grayscale: #3B3B3B. Windows color (decimal): -5111506 or 3015090. OLE color: 3015090.

HSL color Cylindrical-coordinate representation of color #B2012E: hue angle of 344.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2012E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 46 -
CMYK 0 0.99 0.74 0.30
HSL 344.75º 0.99% 0.35% -
HSV(B) 344.75º 0.99% 0.7% -
XYZ 18.86 9.68 3.46 -
YUV 59.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 178 1 46 0 0.99 0.74 0.30 344.75 0.99 0.35
Hex B2 1 2E 0 63 4A 1E 159 63 23
Octal 262 1 56 0 143 112 36 531 143 43
Binary 10110010 1 101110 0 1100011 1001010 11110 101011001 1100011 100011

Color Harmonies of #B2012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2012E

Black with #B2012E

Text Example


Text Example

White with #B2012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2012E; }

 p { color: rgb(178,1,46); }

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

background-color css

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

 a { background-color: rgb(178,1,46); }

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

border-color css

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

 span { border-color: rgb(178,1,46); }

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