Html Css Color HEX #BC0213 Venetian Red

📋 copy color: '#BC0213'

red 188 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #BC0213

Tints of Venetian Red #BC0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.09%

R = 89.95%
G = 0.96%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0213 (or 0xBC0213) is known color: Venetian Red. HEX triplet: BC, 02 and 13. RGB value is (188,2,19). Sum of RGB (Red+Green+Blue) = 188+2+19=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0213 is #43FDEC. Grayscale: #3B3B3B. Windows color (decimal): -4455917 or 1245884. OLE color: 1245884.

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

Color convert

RGB 188 2 19 -
CMYK 0 0.99 0.90 0.26
HSL 354.52º 0.98% 0.37% -
HSV(B) 354.52º 0.99% 0.74% -
XYZ 20.88 10.78 1.6 -
YUV 59.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 188 2 19 0 0.99 0.90 0.26 354.52 0.98 0.37
Hex BC 2 13 0 63 5A 1A 163 62 25
Octal 274 2 23 0 143 132 32 543 142 45
Binary 10111100 10 10011 0 1100011 1011010 11010 101100011 1100010 100101

Color Harmonies of #BC0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0213

Black with #BC0213

Text Example


Text Example

White with #BC0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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