Html Css Color HEX #BD031C Venetian Red

📋 copy color: '#BD031C'

red 189 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #BD031C

Tints of Venetian Red #BD031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 85.91%
G = 1.36%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD031C (or 0xBD031C) is known color: Venetian Red. HEX triplet: BD, 03 and 1C. RGB value is (189,3,28). Sum of RGB (Red+Green+Blue) = 189+3+28=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD031C is #42FCE3. Grayscale: #3D3D3D. Windows color (decimal): -4390116 or 1835965. OLE color: 1835965.

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

Color convert

RGB 189 3 28 -
CMYK 0 0.98 0.85 0.26
HSL 351.94º 0.97% 0.38% -
HSV(B) 351.94º 0.98% 0.74% -
XYZ 21.23 10.97 2.1 -
YUV 61.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 189 3 28 0 0.98 0.85 0.26 351.94 0.97 0.38
Hex BD 3 1C 0 62 55 1A 160 61 26
Octal 275 3 34 0 142 125 32 540 141 46
Binary 10111101 11 11100 0 1100010 1010101 11010 101100000 1100001 100110

Color Harmonies of #BD031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD031C

Black with #BD031C

Text Example


Text Example

White with #BD031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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