Html Css Color HEX #BC0825 Venetian Red

📋 copy color: '#BC0825'

red 188 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #BC0825

Tints of Venetian Red #BC0825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 80.69%
G = 3.43%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC0825 (or 0xBC0825) is known color: Venetian Red. HEX triplet: BC, 08 and 25. RGB value is (188,8,37). Sum of RGB (Red+Green+Blue) = 188+8+37=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0825 is #43F7DA. Grayscale: #414141. Windows color (decimal): -4454363 or 2427068. OLE color: 2427068.

HSL color Cylindrical-coordinate representation of color #BC0825: hue angle of 350.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 #BC0825 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 37 -
CMYK 0 0.96 0.80 0.26
HSL 350.33º 0.92% 0.38% -
HSV(B) 350.33º 0.96% 0.74% -
XYZ 21.16 11 2.76 -
YUV 65.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 188 8 37 0 0.96 0.80 0.26 350.33 0.92 0.38
Hex BC 8 25 0 60 50 1A 15E 5C 26
Octal 274 10 45 0 140 120 32 536 134 46
Binary 10111100 1000 100101 0 1100000 1010000 11010 101011110 1011100 100110

Color Harmonies of #BC0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0825

Black with #BC0825

Text Example


Text Example

White with #BC0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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