Html Css Color HEX #BC0822 Venetian Red

📋 copy color: '#BC0822'

red 188 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #BC0822

Tints of Venetian Red #BC0822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

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

R = 81.74%
G = 3.48%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC0822 (or 0xBC0822) is known color: Venetian Red. HEX triplet: BC, 08 and 22. RGB value is (188,8,34). Sum of RGB (Red+Green+Blue) = 188+8+34=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0822 is #43F7DD. Grayscale: #404040. Windows color (decimal): -4454366 or 2230460. OLE color: 2230460.

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

Color convert

RGB 188 8 34 -
CMYK 0 0.96 0.82 0.26
HSL 351.33º 0.92% 0.38% -
HSV(B) 351.33º 0.96% 0.74% -
XYZ 21.11 10.98 2.52 -
YUV 64.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 188 8 34 0 0.96 0.82 0.26 351.33 0.92 0.38
Hex BC 8 22 0 60 52 1A 15F 5C 26
Octal 274 10 42 0 140 122 32 537 134 46
Binary 10111100 1000 100010 0 1100000 1010010 11010 101011111 1011100 100110

Color Harmonies of #BC0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0822

Black with #BC0822

Text Example


Text Example

White with #BC0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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