Html Css Color HEX #BC022B Venetian Red

📋 copy color: '#BC022B'

red 188 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #BC022B

Tints of Venetian Red #BC022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 80.69%
G = 0.86%
B = 18.45%

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

#BC022B (or 0xBC022B) is known color: Venetian Red. HEX triplet: BC, 02 and 2B. RGB value is (188,2,43). Sum of RGB (Red+Green+Blue) = 188+2+43=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC022B is #43FDD4. Grayscale: #3E3E3E. Windows color (decimal): -4455893 or 2818748. OLE color: 2818748.

HSL color Cylindrical-coordinate representation of color #BC022B: hue angle of 346.77º degrees, saturation: 0.98, 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 #BC022B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 2 43 -
CMYK 0 0.99 0.77 0.26
HSL 346.77º 0.98% 0.37% -
HSV(B) 346.77º 0.99% 0.74% -
XYZ 21.2 10.91 3.27 -
YUV 62.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 188 2 43 0 0.99 0.77 0.26 346.77 0.98 0.37
Hex BC 2 2B 0 63 4D 1A 15B 62 25
Octal 274 2 53 0 143 115 32 533 142 45
Binary 10111100 10 101011 0 1100011 1001101 11010 101011011 1100010 100101

Color Harmonies of #BC022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC022B

Black with #BC022B

Text Example


Text Example

White with #BC022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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