Html Css Color HEX #BC002B Venetian Red

📋 copy color: '#BC002B'

red 188 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #BC002B

Tints of Venetian Red #BC002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.39%
G = 0%
B = 18.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC002B (or 0xBC002B) is known color: Venetian Red. HEX triplet: BC, 00 and 2B. RGB value is (188,0,43). Sum of RGB (Red+Green+Blue) = 188+0+43=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC002B is #43FFD4. Grayscale: #3D3D3D. Windows color (decimal): -4456405 or 2818236. OLE color: 2818236.

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

Color convert

RGB 188 0 43 -
CMYK 0 1 0.77 0.26
HSL 346.28º 1% 0.37% -
HSV(B) 346.28º 1% 0.74% -
XYZ 21.18 10.87 3.27 -
YUV 61.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 188 0 43 0 1 0.77 0.26 346.28 1 0.37
Hex BC 0 2B 0 64 4D 1A 15A 64 25
Octal 274 0 53 0 144 115 32 532 144 45
Binary 10111100 0 101011 0 1100100 1001101 11010 101011010 1100100 100101

Color Harmonies of #BC002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC002B

Black with #BC002B

Text Example


Text Example

White with #BC002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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