Html Css Color HEX #BD131C Venetian Red

📋 copy color: '#BD131C'

red 189 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #BD131C

Tints of Venetian Red #BD131C

RGB

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

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

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

R = 80.08%
G = 8.05%
B = 11.86%

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

#BD131C (or 0xBD131C) is known color: Venetian Red. HEX triplet: BD, 13 and 1C. RGB value is (189,19,28). Sum of RGB (Red+Green+Blue) = 189+19+28=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD131C is #42ECE3. Grayscale: #464646. Windows color (decimal): -4386020 or 1840061. OLE color: 1840061.

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

Color convert

RGB 189 19 28 -
CMYK 0 0.90 0.85 0.26
HSL 356.82º 0.82% 0.41% -
HSV(B) 356.82º 0.9% 0.74% -
XYZ 21.43 11.37 2.16 -
YUV 70.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 189 19 28 0 0.90 0.85 0.26 356.82 0.82 0.41
Hex BD 13 1C 0 5A 55 1A 165 52 29
Octal 275 23 34 0 132 125 32 545 122 51
Binary 10111101 10011 11100 0 1011010 1010101 11010 101100101 1010010 101001

Color Harmonies of #BD131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD131C

Black with #BD131C

Text Example


Text Example

White with #BD131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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