Html Css Color HEX #BC031A Venetian Red

📋 copy color: '#BC031A'

red 188 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #BC031A

Tints of Venetian Red #BC031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 86.64%
G = 1.38%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC031A (or 0xBC031A) is known color: Venetian Red. HEX triplet: BC, 03 and 1A. RGB value is (188,3,26). Sum of RGB (Red+Green+Blue) = 188+3+26=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC031A is #43FCE5. Grayscale: #3D3D3D. Windows color (decimal): -4455654 or 1704892. OLE color: 1704892.

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

Color convert

RGB 188 3 26 -
CMYK 0 0.98 0.86 0.26
HSL 352.54º 0.97% 0.37% -
HSV(B) 352.54º 0.98% 0.74% -
XYZ 20.96 10.83 1.96 -
YUV 60.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 188 3 26 0 0.98 0.86 0.26 352.54 0.97 0.37
Hex BC 3 1A 0 62 56 1A 161 61 25
Octal 274 3 32 0 142 126 32 541 141 45
Binary 10111100 11 11010 0 1100010 1010110 11010 101100001 1100001 100101

Color Harmonies of #BC031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC031A

Black with #BC031A

Text Example


Text Example

White with #BC031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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