Html Css Color HEX #BD0428 Venetian Red

📋 copy color: '#BD0428'

red 189 ◦ green 4 ◦ blue 40

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

Shades of Venetian Red #BD0428

Tints of Venetian Red #BD0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 81.12%
G = 1.72%
B = 17.17%

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

#BD0428 (or 0xBD0428) is known color: Venetian Red. HEX triplet: BD, 04 and 28. RGB value is (189,4,40). Sum of RGB (Red+Green+Blue) = 189+4+40=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0428 is #42FBD7. Grayscale: #3F3F3F. Windows color (decimal): -4389848 or 2622653. OLE color: 2622653.

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

Color convert

RGB 189 4 40 -
CMYK 0 0.98 0.79 0.26
HSL 348.32º 0.96% 0.38% -
HSV(B) 348.32º 0.98% 0.74% -
XYZ 21.41 11.06 3.01 -
YUV 63.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 189 4 40 0 0.98 0.79 0.26 348.32 0.96 0.38
Hex BD 4 28 0 62 4F 1A 15C 60 26
Octal 275 4 50 0 142 117 32 534 140 46
Binary 10111101 100 101000 0 1100010 1001111 11010 101011100 1100000 100110

Color Harmonies of #BD0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0428

Black with #BD0428

Text Example


Text Example

White with #BD0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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