Html Css Color HEX #BD101C Venetian Red

📋 copy color: '#BD101C'

red 189 ◦ green 16 ◦ blue 28

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

Shades of Venetian Red #BD101C

Tints of Venetian Red #BD101C

RGB

 RED value IS 189 (74.22% from 255) = 81.12%

 GREEN value IS 16 (6.64% from 255) = 6.87%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 81.12%
G = 6.87%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD101C (or 0xBD101C) is known color: Venetian Red. HEX triplet: BD, 10 and 1C. RGB value is (189,16,28). Sum of RGB (Red+Green+Blue) = 189+16+28=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD101C is #42EFE3. Grayscale: #454545. Windows color (decimal): -4386788 or 1839293. OLE color: 1839293.

HSL color Cylindrical-coordinate representation of color #BD101C: hue angle of 355.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD101C is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 28 -
CMYK 0 0.92 0.85 0.26
HSL 355.84º 0.84% 0.4% -
HSV(B) 355.84º 0.92% 0.74% -
XYZ 21.38 11.27 2.15 -
YUV 69.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 189 16 28 0 0.92 0.85 0.26 355.84 0.84 0.4
Hex BD 10 1C 0 5C 55 1A 164 54 28
Octal 275 20 34 0 134 125 32 544 124 50
Binary 10111101 10000 11100 0 1011100 1010101 11010 101100100 1010100 101000

Color Harmonies of #BD101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD101C

Black with #BD101C

Text Example


Text Example

White with #BD101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD101C; }

 p { color: rgb(189,16,28); }

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

background-color css

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

 a { background-color: rgb(189,16,28); }

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

border-color css

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

 span { border-color: rgb(189,16,28); }

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