Html Css Color HEX #BC0024 Venetian Red

📋 copy color: '#BC0024'

red 188 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #BC0024

Tints of Venetian Red #BC0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 16.07%

R = 83.93%
G = 0%
B = 16.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC0024 (or 0xBC0024) is known color: Venetian Red. HEX triplet: BC, 00 and 24. RGB value is (188,0,36). Sum of RGB (Red+Green+Blue) = 188+0+36=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0024 is #43FFDB. Grayscale: #3C3C3C. Windows color (decimal): -4456412 or 2359484. OLE color: 2359484.

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

Color convert

RGB 188 0 36 -
CMYK 0 1 0.81 0.26
HSL 348.51º 1% 0.37% -
HSV(B) 348.51º 1% 0.74% -
XYZ 21.06 10.82 2.65 -
YUV 60.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 188 0 36 0 1 0.81 0.26 348.51 1 0.37
Hex BC 0 24 0 64 51 1A 15D 64 25
Octal 274 0 44 0 144 121 32 535 144 45
Binary 10111100 0 100100 0 1100100 1010001 11010 101011101 1100100 100101

Color Harmonies of #BC0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0024

Black with #BC0024

Text Example


Text Example

White with #BC0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0024; }

 p { color: rgb(188,0,36); }

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

background-color css

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

 a { background-color: rgb(188,0,36); }

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

border-color css

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

 span { border-color: rgb(188,0,36); }

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