Html Css Color HEX #BD1319 Venetian Red

📋 copy color: '#BD1319'

red 189 ◦ green 19 ◦ blue 25

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

Shades of Venetian Red #BD1319

Tints of Venetian Red #BD1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 81.12%
G = 8.15%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD1319 (or 0xBD1319) is known color: Venetian Red. HEX triplet: BD, 13 and 19. RGB value is (189,19,25). Sum of RGB (Red+Green+Blue) = 189+19+25=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1319 is #42ECE6. Grayscale: #464646. Windows color (decimal): -4386023 or 1643453. OLE color: 1643453.

HSL color Cylindrical-coordinate representation of color #BD1319: hue angle of 357.88º degrees, saturation: 0.82, 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 #BD1319 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 25 -
CMYK 0 0.90 0.87 0.26
HSL 357.88º 0.82% 0.41% -
HSV(B) 357.88º 0.9% 0.74% -
XYZ 21.39 11.35 1.98 -
YUV 70.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 189 19 25 0 0.90 0.87 0.26 357.88 0.82 0.41
Hex BD 13 19 0 5A 57 1A 166 52 29
Octal 275 23 31 0 132 127 32 546 122 51
Binary 10111101 10011 11001 0 1011010 1010111 11010 101100110 1010010 101001

Color Harmonies of #BD1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1319

Black with #BD1319

Text Example


Text Example

White with #BD1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1319; }

 p { color: rgb(189,19,25); }

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

background-color css

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

 a { background-color: rgb(189,19,25); }

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

border-color css

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

 span { border-color: rgb(189,19,25); }

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