Html Css Color HEX #BD003D Cardinal

📋 copy color: '#BD003D'

red 189 ◦ green 0 ◦ blue 61

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

Shades of Cardinal #BD003D

Tints of Cardinal #BD003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 75.6%
G = 0%
B = 24.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD003D (or 0xBD003D) is known color: Cardinal. HEX triplet: BD, 00 and 3D. RGB value is (189,0,61). Sum of RGB (Red+Green+Blue) = 189+0+61=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD003D is #42FFC2. Grayscale: #3F3F3F. Windows color (decimal): -4390851 or 3997885. OLE color: 3997885.

HSL color Cylindrical-coordinate representation of color #BD003D: hue angle of 340.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD003D is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 61 -
CMYK 0 1 0.68 0.26
HSL 340.63º 1% 0.37% -
HSV(B) 340.63º 1% 0.74% -
XYZ 21.83 11.16 5.42 -
YUV 63.47 126.62 217.54 -
System Red Green Blue C M Y K H S L
Decimal 189 0 61 0 1 0.68 0.26 340.63 1 0.37
Hex BD 0 3D 0 64 44 1A 155 64 25
Octal 275 0 75 0 144 104 32 525 144 45
Binary 10111101 0 111101 0 1100100 1000100 11010 101010101 1100100 100101

Color Harmonies of #BD003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD003D

Black with #BD003D

Text Example


Text Example

White with #BD003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD003D; }

 p { color: rgb(189,0,61); }

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

background-color css

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

 a { background-color: rgb(189,0,61); }

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

border-color css

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

 span { border-color: rgb(189,0,61); }

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