Html Css Color HEX #BD151A Venetian Red

📋 copy color: '#BD151A'

red 189 ◦ green 21 ◦ blue 26

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

Shades of Venetian Red #BD151A

Tints of Venetian Red #BD151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 80.08%
G = 8.9%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD151A (or 0xBD151A) is known color: Venetian Red. HEX triplet: BD, 15 and 1A. RGB value is (189,21,26). Sum of RGB (Red+Green+Blue) = 189+21+26=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD151A is #42EAE5. Grayscale: #474747. Windows color (decimal): -4385510 or 1709501. OLE color: 1709501.

HSL color Cylindrical-coordinate representation of color #BD151A: hue angle of 358.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD151A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 26 -
CMYK 0 0.89 0.86 0.26
HSL 358.21º 0.8% 0.41% -
HSV(B) 358.21º 0.89% 0.74% -
XYZ 21.44 11.43 2.05 -
YUV 71.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 189 21 26 0 0.89 0.86 0.26 358.21 0.8 0.41
Hex BD 15 1A 0 59 56 1A 166 50 29
Octal 275 25 32 0 131 126 32 546 120 51
Binary 10111101 10101 11010 0 1011001 1010110 11010 101100110 1010000 101001

Color Harmonies of #BD151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD151A

Black with #BD151A

Text Example


Text Example

White with #BD151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD151A; }

 p { color: rgb(189,21,26); }

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

background-color css

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

 a { background-color: rgb(189,21,26); }

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

border-color css

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

 span { border-color: rgb(189,21,26); }

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