Html Css Color HEX #BD041C Venetian Red

📋 copy color: '#BD041C'

red 189 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #BD041C

Tints of Venetian Red #BD041C

RGB

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

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

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

R = 85.52%
G = 1.81%
B = 12.67%

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

#BD041C (or 0xBD041C) is known color: Venetian Red. HEX triplet: BD, 04 and 1C. RGB value is (189,4,28). Sum of RGB (Red+Green+Blue) = 189+4+28=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD041C is #42FBE3. Grayscale: #3E3E3E. Windows color (decimal): -4389860 or 1836221. OLE color: 1836221.

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

Color convert

RGB 189 4 28 -
CMYK 0 0.98 0.85 0.26
HSL 352.22º 0.96% 0.38% -
HSV(B) 352.22º 0.98% 0.74% -
XYZ 21.24 10.99 2.1 -
YUV 62.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 189 4 28 0 0.98 0.85 0.26 352.22 0.96 0.38
Hex BD 4 1C 0 62 55 1A 160 60 26
Octal 275 4 34 0 142 125 32 540 140 46
Binary 10111101 100 11100 0 1100010 1010101 11010 101100000 1100000 100110

Color Harmonies of #BD041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD041C

Black with #BD041C

Text Example


Text Example

White with #BD041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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