Html Css Color HEX #BC012B Venetian Red

📋 copy color: '#BC012B'

red 188 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #BC012B

Tints of Venetian Red #BC012B

RGB

 RED value IS 188 (73.83% from 255) = 81.03%

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

 BLUE value IS 43 (17.19% from 255) = 18.53%

R = 81.03%
G = 0.43%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC012B (or 0xBC012B) is known color: Venetian Red. HEX triplet: BC, 01 and 2B. RGB value is (188,1,43). Sum of RGB (Red+Green+Blue) = 188+1+43=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC012B is #43FED4. Grayscale: #3D3D3D. Windows color (decimal): -4456149 or 2818492. OLE color: 2818492.

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

Color convert

RGB 188 1 43 -
CMYK 0 0.99 0.77 0.26
HSL 346.52º 0.99% 0.37% -
HSV(B) 346.52º 0.99% 0.74% -
XYZ 21.19 10.89 3.27 -
YUV 61.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 188 1 43 0 0.99 0.77 0.26 346.52 0.99 0.37
Hex BC 1 2B 0 63 4D 1A 15B 63 25
Octal 274 1 53 0 143 115 32 533 143 45
Binary 10111100 1 101011 0 1100011 1001101 11010 101011011 1100011 100101

Color Harmonies of #BC012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC012B

Black with #BC012B

Text Example


Text Example

White with #BC012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC012B; }

 p { color: rgb(188,1,43); }

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

background-color css

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

 a { background-color: rgb(188,1,43); }

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

border-color css

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

 span { border-color: rgb(188,1,43); }

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