Html Css Color HEX #BC0222 Venetian Red

📋 copy color: '#BC0222'

red 188 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #BC0222

Tints of Venetian Red #BC0222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 83.93%
G = 0.89%
B = 15.18%

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

#BC0222 (or 0xBC0222) is known color: Venetian Red. HEX triplet: BC, 02 and 22. RGB value is (188,2,34). Sum of RGB (Red+Green+Blue) = 188+2+34=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0222 is #43FDDD. Grayscale: #3D3D3D. Windows color (decimal): -4455902 or 2228924. OLE color: 2228924.

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

Color convert

RGB 188 2 34 -
CMYK 0 0.99 0.82 0.26
HSL 349.68º 0.98% 0.37% -
HSV(B) 349.68º 0.99% 0.74% -
XYZ 21.05 10.85 2.5 -
YUV 61.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 188 2 34 0 0.99 0.82 0.26 349.68 0.98 0.37
Hex BC 2 22 0 63 52 1A 15E 62 25
Octal 274 2 42 0 143 122 32 536 142 45
Binary 10111100 10 100010 0 1100011 1010010 11010 101011110 1100010 100101

Color Harmonies of #BC0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0222

Black with #BC0222

Text Example


Text Example

White with #BC0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0222; }

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

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

background-color css

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

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

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

border-color css

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

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

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