Html Css Color HEX #BD0328 Venetian Red

📋 copy color: '#BD0328'

red 189 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #BD0328

Tints of Venetian Red #BD0328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 81.47%
G = 1.29%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0328 (or 0xBD0328) is known color: Venetian Red. HEX triplet: BD, 03 and 28. RGB value is (189,3,40). Sum of RGB (Red+Green+Blue) = 189+3+40=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0328 is #42FCD7. Grayscale: #3E3E3E. Windows color (decimal): -4390104 or 2622397. OLE color: 2622397.

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

Color convert

RGB 189 3 40 -
CMYK 0 0.98 0.79 0.26
HSL 348.06º 0.97% 0.38% -
HSV(B) 348.06º 0.98% 0.74% -
XYZ 21.4 11.04 3.01 -
YUV 62.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 189 3 40 0 0.98 0.79 0.26 348.06 0.97 0.38
Hex BD 3 28 0 62 4F 1A 15C 61 26
Octal 275 3 50 0 142 117 32 534 141 46
Binary 10111101 11 101000 0 1100010 1001111 11010 101011100 1100001 100110

Color Harmonies of #BD0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0328

Black with #BD0328

Text Example


Text Example

White with #BD0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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