Html Css Color HEX #BD064A Cardinal

📋 copy color: '#BD064A'

red 189 ◦ green 6 ◦ blue 74

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

Shades of Cardinal #BD064A

Tints of Cardinal #BD064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 70.26%
G = 2.23%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD064A (or 0xBD064A) is known color: Cardinal. HEX triplet: BD, 06 and 4A. RGB value is (189,6,74). Sum of RGB (Red+Green+Blue) = 189+6+74=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD064A is #42F9B5. Grayscale: #444444. Windows color (decimal): -4389302 or 4851389. OLE color: 4851389.

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

Color convert

RGB 189 6 74 -
CMYK 0 0.97 0.61 0.26
HSL 337.7º 0.94% 0.38% -
HSV(B) 337.7º 0.97% 0.74% -
XYZ 22.29 11.44 7.51 -
YUV 68.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 189 6 74 0 0.97 0.61 0.26 337.7 0.94 0.38
Hex BD 6 4A 0 61 3D 1A 152 5E 26
Octal 275 6 112 0 141 75 32 522 136 46
Binary 10111101 110 1001010 0 1100001 111101 11010 101010010 1011110 100110

Color Harmonies of #BD064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD064A

Black with #BD064A

Text Example


Text Example

White with #BD064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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