Html Css Color HEX #BC031C Venetian Red

📋 copy color: '#BC031C'

red 188 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #BC031C

Tints of Venetian Red #BC031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 85.84%
G = 1.37%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC031C (or 0xBC031C) is known color: Venetian Red. HEX triplet: BC, 03 and 1C. RGB value is (188,3,28). Sum of RGB (Red+Green+Blue) = 188+3+28=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC031C is #43FCE3. Grayscale: #3D3D3D. Windows color (decimal): -4455652 or 1835964. OLE color: 1835964.

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

Color convert

RGB 188 3 28 -
CMYK 0 0.98 0.85 0.26
HSL 351.89º 0.97% 0.37% -
HSV(B) 351.89º 0.98% 0.74% -
XYZ 20.98 10.84 2.09 -
YUV 61.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 188 3 28 0 0.98 0.85 0.26 351.89 0.97 0.37
Hex BC 3 1C 0 62 55 1A 160 61 25
Octal 274 3 34 0 142 125 32 540 141 45
Binary 10111100 11 11100 0 1100010 1010101 11010 101100000 1100001 100101

Color Harmonies of #BC031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC031C

Black with #BC031C

Text Example


Text Example

White with #BC031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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