Html Css Color HEX #BC030F Venetian Red

📋 copy color: '#BC030F'

red 188 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #BC030F

Tints of Venetian Red #BC030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 91.26%
G = 1.46%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC030F (or 0xBC030F) is known color: Venetian Red. HEX triplet: BC, 03 and 0F. RGB value is (188,3,15). Sum of RGB (Red+Green+Blue) = 188+3+15=206 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.26% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 188 - color contains mainly: red. Hex color #BC030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC030F is #43FCF0. Grayscale: #3B3B3B. Windows color (decimal): -4455665 or 983996. OLE color: 983996.

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

Color convert

RGB 188 3 15 -
CMYK 0 0.98 0.92 0.26
HSL 356.11º 0.97% 0.37% -
HSV(B) 356.11º 0.98% 0.74% -
XYZ 20.86 10.79 1.44 -
YUV 59.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 188 3 15 0 0.98 0.92 0.26 356.11 0.97 0.37
Hex BC 3 F 0 62 5C 1A 164 61 25
Octal 274 3 17 0 142 134 32 544 141 45
Binary 10111100 11 1111 0 1100010 1011100 11010 101100100 1100001 100101

Color Harmonies of #BC030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC030F

Black with #BC030F

Text Example


Text Example

White with #BC030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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