Html Css Color HEX #BC023D Cardinal

📋 copy color: '#BC023D'

red 188 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #BC023D

Tints of Cardinal #BC023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 74.9%
G = 0.8%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC023D (or 0xBC023D) is known color: Cardinal. HEX triplet: BC, 02 and 3D. RGB value is (188,2,61). Sum of RGB (Red+Green+Blue) = 188+2+61=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC023D is #43FDC2. Grayscale: #404040. Windows color (decimal): -4455875 or 3998396. OLE color: 3998396.

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

Color convert

RGB 188 2 61 -
CMYK 0 0.99 0.68 0.26
HSL 340.97º 0.98% 0.37% -
HSV(B) 340.97º 0.99% 0.74% -
XYZ 21.6 11.07 5.41 -
YUV 64.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 188 2 61 0 0.99 0.68 0.26 340.97 0.98 0.37
Hex BC 2 3D 0 63 44 1A 155 62 25
Octal 274 2 75 0 143 104 32 525 142 45
Binary 10111100 10 111101 0 1100011 1000100 11010 101010101 1100010 100101

Color Harmonies of #BC023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC023D

Black with #BC023D

Text Example


Text Example

White with #BC023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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