Html Css Color HEX #BD074A Cardinal

📋 copy color: '#BD074A'

red 189 ◦ green 7 ◦ blue 74

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

Shades of Cardinal #BD074A

Tints of Cardinal #BD074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 70%
G = 2.59%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD074A (or 0xBD074A) is known color: Cardinal. HEX triplet: BD, 07 and 4A. RGB value is (189,7,74). Sum of RGB (Red+Green+Blue) = 189+7+74=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD074A is #42F8B5. Grayscale: #444444. Windows color (decimal): -4389046 or 4851645. OLE color: 4851645.

HSL color Cylindrical-coordinate representation of color #BD074A: hue angle of 337.91º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD074A is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 7 74 -
CMYK 0 0.96 0.61 0.26
HSL 337.91º 0.93% 0.38% -
HSV(B) 337.91º 0.96% 0.74% -
XYZ 22.3 11.47 7.52 -
YUV 69.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 189 7 74 0 0.96 0.61 0.26 337.91 0.93 0.38
Hex BD 7 4A 0 60 3D 1A 152 5D 26
Octal 275 7 112 0 140 75 32 522 135 46
Binary 10111101 111 1001010 0 1100000 111101 11010 101010010 1011101 100110

Color Harmonies of #BD074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD074A

Black with #BD074A

Text Example


Text Example

White with #BD074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD074A; }

 p { color: rgb(189,7,74); }

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

background-color css

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

 a { background-color: rgb(189,7,74); }

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

border-color css

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

 span { border-color: rgb(189,7,74); }

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