Html Css Color HEX #BC0223 Venetian Red

📋 copy color: '#BC0223'

red 188 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #BC0223

Tints of Venetian Red #BC0223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 83.56%
G = 0.89%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC0223 (or 0xBC0223) is known color: Venetian Red. HEX triplet: BC, 02 and 23. RGB value is (188,2,35). Sum of RGB (Red+Green+Blue) = 188+2+35=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0223 is #43FDDC. Grayscale: #3D3D3D. Windows color (decimal): -4455901 or 2294460. OLE color: 2294460.

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

Color convert

RGB 188 2 35 -
CMYK 0 0.99 0.81 0.26
HSL 349.35º 0.98% 0.37% -
HSV(B) 349.35º 0.99% 0.74% -
XYZ 21.06 10.86 2.58 -
YUV 61.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 188 2 35 0 0.99 0.81 0.26 349.35 0.98 0.37
Hex BC 2 23 0 63 51 1A 15D 62 25
Octal 274 2 43 0 143 121 32 535 142 45
Binary 10111100 10 100011 0 1100011 1010001 11010 101011101 1100010 100101

Color Harmonies of #BC0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0223

Black with #BC0223

Text Example


Text Example

White with #BC0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0223; }

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

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

background-color css

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

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

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

border-color css

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

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

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