Html Css Color HEX #B0062C Carmine

📋 copy color: '#B0062C'

red 176 ◦ green 6 ◦ blue 44

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

Shades of Carmine #B0062C

Tints of Carmine #B0062C

RGB

 RED value IS 176 (69.14% from 255) = 77.88%

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 77.88%
G = 2.65%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0062C (or 0xB0062C) is known color: Carmine. HEX triplet: B0, 06 and 2C. RGB value is (176,6,44). Sum of RGB (Red+Green+Blue) = 176+6+44=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B0062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0062C is #4FF9D3. Grayscale: #3D3D3D. Windows color (decimal): -5241300 or 2885296. OLE color: 2885296.

HSL color Cylindrical-coordinate representation of color #B0062C: hue angle of 346.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0062C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 6 44 -
CMYK 0 0.97 0.75 0.31
HSL 346.59º 0.93% 0.36% -
HSV(B) 346.59º 0.97% 0.69% -
XYZ 18.42 9.54 3.25 -
YUV 61.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 176 6 44 0 0.97 0.75 0.31 346.59 0.93 0.36
Hex B0 6 2C 0 61 4B 1F 15B 5D 24
Octal 260 6 54 0 141 113 37 533 135 44
Binary 10110000 110 101100 0 1100001 1001011 11111 101011011 1011101 100100

Color Harmonies of #B0062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0062C

Black with #B0062C

Text Example


Text Example

White with #B0062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0062C; }

 p { color: rgb(176,6,44); }

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

background-color css

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

 a { background-color: rgb(176,6,44); }

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

border-color css

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

 span { border-color: rgb(176,6,44); }

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