Html Css Color HEX #BD121D Venetian Red

📋 copy color: '#BD121D'

red 189 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #BD121D

Tints of Venetian Red #BD121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 80.08%
G = 7.63%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD121D (or 0xBD121D) is known color: Venetian Red. HEX triplet: BD, 12 and 1D. RGB value is (189,18,29). Sum of RGB (Red+Green+Blue) = 189+18+29=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD121D is #42EDE2. Grayscale: #464646. Windows color (decimal): -4386275 or 1905341. OLE color: 1905341.

HSL color Cylindrical-coordinate representation of color #BD121D: hue angle of 356.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD121D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 29 -
CMYK 0 0.90 0.85 0.26
HSL 356.14º 0.83% 0.41% -
HSV(B) 356.14º 0.9% 0.74% -
XYZ 21.42 11.34 2.22 -
YUV 70.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 189 18 29 0 0.90 0.85 0.26 356.14 0.83 0.41
Hex BD 12 1D 0 5A 55 1A 164 53 29
Octal 275 22 35 0 132 125 32 544 123 51
Binary 10111101 10010 11101 0 1011010 1010101 11010 101100100 1010011 101001

Color Harmonies of #BD121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD121D

Black with #BD121D

Text Example


Text Example

White with #BD121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD121D; }

 p { color: rgb(189,18,29); }

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

background-color css

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

 a { background-color: rgb(189,18,29); }

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

border-color css

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

 span { border-color: rgb(189,18,29); }

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