Html Css Color HEX #BC0208 Venetian Red

📋 copy color: '#BC0208'

red 188 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #BC0208

Tints of Venetian Red #BC0208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 94.95%
G = 1.01%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC0208 (or 0xBC0208) is known color: Venetian Red. HEX triplet: BC, 02 and 08. RGB value is (188,2,8). Sum of RGB (Red+Green+Blue) = 188+2+8=198 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.95% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0208 is #43FDF7. Grayscale: #3A3A3A. Windows color (decimal): -4455928 or 524988. OLE color: 524988.

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

Color convert

RGB 188 2 8 -
CMYK 0 0.99 0.96 0.26
HSL 358.06º 0.98% 0.37% -
HSV(B) 358.06º 0.99% 0.74% -
XYZ 20.8 10.75 1.21 -
YUV 58.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 188 2 8 0 0.99 0.96 0.26 358.06 0.98 0.37
Hex BC 2 8 0 63 60 1A 166 62 25
Octal 274 2 10 0 143 140 32 546 142 45
Binary 10111100 10 1000 0 1100011 1100000 11010 101100110 1100010 100101

Color Harmonies of #BC0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0208

Black with #BC0208

Text Example


Text Example

White with #BC0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0208; }

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

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

background-color css

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

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

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

border-color css

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

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

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