Html Css Color HEX #BD022C Venetian Red

📋 copy color: '#BD022C'

red 189 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #BD022C

Tints of Venetian Red #BD022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 80.43%
G = 0.85%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD022C (or 0xBD022C) is known color: Venetian Red. HEX triplet: BD, 02 and 2C. RGB value is (189,2,44). Sum of RGB (Red+Green+Blue) = 189+2+44=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD022C is #42FDD3. Grayscale: #3E3E3E. Windows color (decimal): -4390356 or 2884285. OLE color: 2884285.

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

Color convert

RGB 189 2 44 -
CMYK 0 0.99 0.77 0.26
HSL 346.52º 0.98% 0.37% -
HSV(B) 346.52º 0.99% 0.74% -
XYZ 21.46 11.04 3.38 -
YUV 62.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 189 2 44 0 0.99 0.77 0.26 346.52 0.98 0.37
Hex BD 2 2C 0 63 4D 1A 15B 62 25
Octal 275 2 54 0 143 115 32 533 142 45
Binary 10111101 10 101100 0 1100011 1001101 11010 101011011 1100010 100101

Color Harmonies of #BD022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD022C

Black with #BD022C

Text Example


Text Example

White with #BD022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD022C; }

 p { color: rgb(189,2,44); }

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

background-color css

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

 a { background-color: rgb(189,2,44); }

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

border-color css

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

 span { border-color: rgb(189,2,44); }

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