Html Css Color HEX #BD063E Cardinal

📋 copy color: '#BD063E'

red 189 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #BD063E

Tints of Cardinal #BD063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 73.54%
G = 2.33%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD063E (or 0xBD063E) is known color: Cardinal. HEX triplet: BD, 06 and 3E. RGB value is (189,6,62). Sum of RGB (Red+Green+Blue) = 189+6+62=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD063E is #42F9C1. Grayscale: #434343. Windows color (decimal): -4389314 or 4064957. OLE color: 4064957.

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

Color convert

RGB 189 6 62 -
CMYK 0 0.97 0.67 0.26
HSL 341.64º 0.94% 0.38% -
HSV(B) 341.64º 0.97% 0.74% -
XYZ 21.92 11.3 5.58 -
YUV 67.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 189 6 62 0 0.97 0.67 0.26 341.64 0.94 0.38
Hex BD 6 3E 0 61 43 1A 156 5E 26
Octal 275 6 76 0 141 103 32 526 136 46
Binary 10111101 110 111110 0 1100001 1000011 11010 101010110 1011110 100110

Color Harmonies of #BD063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD063E

Black with #BD063E

Text Example


Text Example

White with #BD063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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