Html Css Color HEX #BC0227 Venetian Red

📋 copy color: '#BC0227'

red 188 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #BC0227

Tints of Venetian Red #BC0227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.03%

R = 82.1%
G = 0.87%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0227 (or 0xBC0227) is known color: Venetian Red. HEX triplet: BC, 02 and 27. RGB value is (188,2,39). Sum of RGB (Red+Green+Blue) = 188+2+39=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0227 is #43FDD8. Grayscale: #3D3D3D. Windows color (decimal): -4455897 or 2556604. OLE color: 2556604.

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

Color convert

RGB 188 2 39 -
CMYK 0 0.99 0.79 0.26
HSL 348.06º 0.98% 0.37% -
HSV(B) 348.06º 0.99% 0.74% -
XYZ 21.13 10.88 2.91 -
YUV 61.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 188 2 39 0 0.99 0.79 0.26 348.06 0.98 0.37
Hex BC 2 27 0 63 4F 1A 15C 62 25
Octal 274 2 47 0 143 117 32 534 142 45
Binary 10111100 10 100111 0 1100011 1001111 11010 101011100 1100010 100101

Color Harmonies of #BC0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0227

Black with #BC0227

Text Example


Text Example

White with #BC0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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