Html Css Color HEX #BC0122 Venetian Red

📋 copy color: '#BC0122'

red 188 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #BC0122

Tints of Venetian Red #BC0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 84.3%
G = 0.45%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC0122 (or 0xBC0122) is known color: Venetian Red. HEX triplet: BC, 01 and 22. RGB value is (188,1,34). Sum of RGB (Red+Green+Blue) = 188+1+34=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0122 is #43FEDD. Grayscale: #3C3C3C. Windows color (decimal): -4456158 or 2228668. OLE color: 2228668.

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

Color convert

RGB 188 1 34 -
CMYK 0 0.99 0.82 0.26
HSL 349.41º 0.99% 0.37% -
HSV(B) 349.41º 0.99% 0.74% -
XYZ 21.04 10.83 2.49 -
YUV 60.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 188 1 34 0 0.99 0.82 0.26 349.41 0.99 0.37
Hex BC 1 22 0 63 52 1A 15D 63 25
Octal 274 1 42 0 143 122 32 535 143 45
Binary 10111100 1 100010 0 1100011 1010010 11010 101011101 1100011 100101

Color Harmonies of #BC0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0122

Black with #BC0122

Text Example


Text Example

White with #BC0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0122; }

 p { color: rgb(188,1,34); }

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

background-color css

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

 a { background-color: rgb(188,1,34); }

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

border-color css

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

 span { border-color: rgb(188,1,34); }

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