Html Css Color HEX #BD031B Venetian Red

📋 copy color: '#BD031B'

red 189 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #BD031B

Tints of Venetian Red #BD031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 86.3%
G = 1.37%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD031B (or 0xBD031B) is known color: Venetian Red. HEX triplet: BD, 03 and 1B. RGB value is (189,3,27). Sum of RGB (Red+Green+Blue) = 189+3+27=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD031B is #42FCE4. Grayscale: #3D3D3D. Windows color (decimal): -4390117 or 1770429. OLE color: 1770429.

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

Color convert

RGB 189 3 27 -
CMYK 0 0.98 0.86 0.26
HSL 352.26º 0.97% 0.38% -
HSV(B) 352.26º 0.98% 0.74% -
XYZ 21.22 10.96 2.03 -
YUV 61.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 189 3 27 0 0.98 0.86 0.26 352.26 0.97 0.38
Hex BD 3 1B 0 62 56 1A 160 61 26
Octal 275 3 33 0 142 126 32 540 141 46
Binary 10111101 11 11011 0 1100010 1010110 11010 101100000 1100001 100110

Color Harmonies of #BD031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD031B

Black with #BD031B

Text Example


Text Example

White with #BD031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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