Html Css Color HEX #BC023B Cardinal

📋 copy color: '#BC023B'

red 188 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #BC023B

Tints of Cardinal #BC023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.69%

R = 75.5%
G = 0.8%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC023B (or 0xBC023B) is known color: Cardinal. HEX triplet: BC, 02 and 3B. RGB value is (188,2,59). Sum of RGB (Red+Green+Blue) = 188+2+59=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC023B is #43FDC4. Grayscale: #404040. Windows color (decimal): -4455877 or 3867324. OLE color: 3867324.

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

Color convert

RGB 188 2 59 -
CMYK 0 0.99 0.69 0.26
HSL 341.61º 0.98% 0.37% -
HSV(B) 341.61º 0.99% 0.74% -
XYZ 21.55 11.05 5.13 -
YUV 64.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 188 2 59 0 0.99 0.69 0.26 341.61 0.98 0.37
Hex BC 2 3B 0 63 45 1A 156 62 25
Octal 274 2 73 0 143 105 32 526 142 45
Binary 10111100 10 111011 0 1100011 1000101 11010 101010110 1100010 100101

Color Harmonies of #BC023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC023B

Black with #BC023B

Text Example


Text Example

White with #BC023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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