Html Css Color HEX #BD0228 Venetian Red

📋 copy color: '#BD0228'

red 189 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #BD0228

Tints of Venetian Red #BD0228

RGB

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

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

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

R = 81.82%
G = 0.87%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0228 (or 0xBD0228) is known color: Venetian Red. HEX triplet: BD, 02 and 28. RGB value is (189,2,40). Sum of RGB (Red+Green+Blue) = 189+2+40=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0228 is #42FDD7. Grayscale: #3E3E3E. Windows color (decimal): -4390360 or 2622141. OLE color: 2622141.

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

Color convert

RGB 189 2 40 -
CMYK 0 0.99 0.79 0.26
HSL 347.81º 0.98% 0.37% -
HSV(B) 347.81º 0.99% 0.74% -
XYZ 21.39 11.02 3.01 -
YUV 62.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 189 2 40 0 0.99 0.79 0.26 347.81 0.98 0.37
Hex BD 2 28 0 63 4F 1A 15C 62 25
Octal 275 2 50 0 143 117 32 534 142 45
Binary 10111101 10 101000 0 1100011 1001111 11010 101011100 1100010 100101

Color Harmonies of #BD0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0228

Black with #BD0228

Text Example


Text Example

White with #BD0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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