Html Css Color HEX #BC031E Venetian Red

📋 copy color: '#BC031E'

red 188 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #BC031E

Tints of Venetian Red #BC031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 85.07%
G = 1.36%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC031E (or 0xBC031E) is known color: Venetian Red. HEX triplet: BC, 03 and 1E. RGB value is (188,3,30). Sum of RGB (Red+Green+Blue) = 188+3+30=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC031E is #43FCE1. Grayscale: #3D3D3D. Windows color (decimal): -4455650 or 1967036. OLE color: 1967036.

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

Color convert

RGB 188 3 30 -
CMYK 0 0.98 0.84 0.26
HSL 351.24º 0.97% 0.37% -
HSV(B) 351.24º 0.98% 0.74% -
XYZ 21.01 10.85 2.22 -
YUV 61.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 188 3 30 0 0.98 0.84 0.26 351.24 0.97 0.37
Hex BC 3 1E 0 62 54 1A 15F 61 25
Octal 274 3 36 0 142 124 32 537 141 45
Binary 10111100 11 11110 0 1100010 1010100 11010 101011111 1100001 100101

Color Harmonies of #BC031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC031E

Black with #BC031E

Text Example


Text Example

White with #BC031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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