Html Css Color HEX #BC0D25 Venetian Red

📋 copy color: '#BC0D25'

red 188 ◦ green 13 ◦ blue 37

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

Shades of Venetian Red #BC0D25

Tints of Venetian Red #BC0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

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

R = 78.99%
G = 5.46%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC0D25 (or 0xBC0D25) is known color: Venetian Red. HEX triplet: BC, 0D and 25. RGB value is (188,13,37). Sum of RGB (Red+Green+Blue) = 188+13+37=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D25 is #43F2DA. Grayscale: #444444. Windows color (decimal): -4453083 or 2428348. OLE color: 2428348.

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

Color convert

RGB 188 13 37 -
CMYK 0 0.93 0.80 0.26
HSL 351.77º 0.87% 0.39% -
HSV(B) 351.77º 0.93% 0.74% -
XYZ 21.22 11.11 2.78 -
YUV 68.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 188 13 37 0 0.93 0.80 0.26 351.77 0.87 0.39
Hex BC D 25 0 5D 50 1A 160 57 27
Octal 274 15 45 0 135 120 32 540 127 47
Binary 10111100 1101 100101 0 1011101 1010000 11010 101100000 1010111 100111

Color Harmonies of #BC0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D25

Black with #BC0D25

Text Example


Text Example

White with #BC0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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