Html Css Color HEX #BC003D Cardinal

📋 copy color: '#BC003D'

red 188 ◦ green 0 ◦ blue 61

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

Shades of Cardinal #BC003D

Tints of Cardinal #BC003D

RGB

 RED value IS 188 (73.83% from 255) = 75.5%

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

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

R = 75.5%
G = 0%
B = 24.5%

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

#BC003D (or 0xBC003D) is known color: Cardinal. HEX triplet: BC, 00 and 3D. RGB value is (188,0,61). Sum of RGB (Red+Green+Blue) = 188+0+61=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC003D is #43FFC2. Grayscale: #3F3F3F. Windows color (decimal): -4456387 or 3997884. OLE color: 3997884.

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

Color convert

RGB 188 0 61 -
CMYK 0 1 0.68 0.26
HSL 340.53º 1% 0.37% -
HSV(B) 340.53º 1% 0.74% -
XYZ 21.58 11.03 5.41 -
YUV 63.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 188 0 61 0 1 0.68 0.26 340.53 1 0.37
Hex BC 0 3D 0 64 44 1A 155 64 25
Octal 274 0 75 0 144 104 32 525 144 45
Binary 10111100 0 111101 0 1100100 1000100 11010 101010101 1100100 100101

Color Harmonies of #BC003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC003D

Black with #BC003D

Text Example


Text Example

White with #BC003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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