Html Css Color HEX #BC030B Venetian Red

📋 copy color: '#BC030B'

red 188 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #BC030B

Tints of Venetian Red #BC030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 93.07%
G = 1.49%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC030B (or 0xBC030B) is known color: Venetian Red. HEX triplet: BC, 03 and 0B. RGB value is (188,3,11). Sum of RGB (Red+Green+Blue) = 188+3+11=202 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.07% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 188 - color contains mainly: red. Hex color #BC030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC030B is #43FCF4. Grayscale: #3B3B3B. Windows color (decimal): -4455669 or 721852. OLE color: 721852.

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

Color convert

RGB 188 3 11 -
CMYK 0 0.98 0.94 0.26
HSL 357.41º 0.97% 0.37% -
HSV(B) 357.41º 0.98% 0.74% -
XYZ 20.83 10.78 1.3 -
YUV 59.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 188 3 11 0 0.98 0.94 0.26 357.41 0.97 0.37
Hex BC 3 B 0 62 5E 1A 165 61 25
Octal 274 3 13 0 142 136 32 545 141 45
Binary 10111100 11 1011 0 1100010 1011110 11010 101100101 1100001 100101

Color Harmonies of #BC030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC030B

Black with #BC030B

Text Example


Text Example

White with #BC030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC030B; }

 p { color: rgb(188,3,11); }

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

background-color css

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

 a { background-color: rgb(188,3,11); }

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

border-color css

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

 span { border-color: rgb(188,3,11); }

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