Html Css Color HEX #BD063C Cardinal

📋 copy color: '#BD063C'

red 189 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #BD063C

Tints of Cardinal #BD063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 74.12%
G = 2.35%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD063C (or 0xBD063C) is known color: Cardinal. HEX triplet: BD, 06 and 3C. RGB value is (189,6,60). Sum of RGB (Red+Green+Blue) = 189+6+60=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD063C is #42F9C3. Grayscale: #424242. Windows color (decimal): -4389316 or 3933885. OLE color: 3933885.

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

Color convert

RGB 189 6 60 -
CMYK 0 0.97 0.68 0.26
HSL 342.3º 0.94% 0.38% -
HSV(B) 342.3º 0.97% 0.74% -
XYZ 21.87 11.28 5.3 -
YUV 66.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 189 6 60 0 0.97 0.68 0.26 342.3 0.94 0.38
Hex BD 6 3C 0 61 44 1A 156 5E 26
Octal 275 6 74 0 141 104 32 526 136 46
Binary 10111101 110 111100 0 1100001 1000100 11010 101010110 1011110 100110

Color Harmonies of #BD063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD063C

Black with #BD063C

Text Example


Text Example

White with #BD063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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