Html Css Color HEX #BC0A28 Venetian Red

📋 copy color: '#BC0A28'

red 188 ◦ green 10 ◦ blue 40

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

Shades of Venetian Red #BC0A28

Tints of Venetian Red #BC0A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 40 (16.02% from 255) = 16.81%

R = 78.99%
G = 4.2%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0A28 (or 0xBC0A28) is known color: Venetian Red. HEX triplet: BC, 0A and 28. RGB value is (188,10,40). Sum of RGB (Red+Green+Blue) = 188+10+40=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A28 is #43F5D7. Grayscale: #424242. Windows color (decimal): -4453848 or 2624188. OLE color: 2624188.

HSL color Cylindrical-coordinate representation of color #BC0A28: hue angle of 349.89º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A28 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 10 40 -
CMYK 0 0.95 0.79 0.26
HSL 349.89º 0.9% 0.39% -
HSV(B) 349.89º 0.95% 0.74% -
XYZ 21.23 11.06 3.02 -
YUV 66.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 188 10 40 0 0.95 0.79 0.26 349.89 0.9 0.39
Hex BC A 28 0 5F 4F 1A 15E 5A 27
Octal 274 12 50 0 137 117 32 536 132 47
Binary 10111100 1010 101000 0 1011111 1001111 11010 101011110 1011010 100111

Color Harmonies of #BC0A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A28

Black with #BC0A28

Text Example


Text Example

White with #BC0A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A28; }

 p { color: rgb(188,10,40); }

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

background-color css

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

 a { background-color: rgb(188,10,40); }

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

border-color css

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

 span { border-color: rgb(188,10,40); }

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