Html Css Color HEX #BC033A Cardinal

📋 copy color: '#BC033A'

red 188 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #BC033A

Tints of Cardinal #BC033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 75.5%
G = 1.2%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC033A (or 0xBC033A) is known color: Cardinal. HEX triplet: BC, 03 and 3A. RGB value is (188,3,58). Sum of RGB (Red+Green+Blue) = 188+3+58=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC033A is #43FCC5. Grayscale: #404040. Windows color (decimal): -4455622 or 3802044. OLE color: 3802044.

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

Color convert

RGB 188 3 58 -
CMYK 0 0.98 0.69 0.26
HSL 342.16º 0.97% 0.37% -
HSV(B) 342.16º 0.98% 0.74% -
XYZ 21.54 11.06 5 -
YUV 64.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 188 3 58 0 0.98 0.69 0.26 342.16 0.97 0.37
Hex BC 3 3A 0 62 45 1A 156 61 25
Octal 274 3 72 0 142 105 32 526 141 45
Binary 10111100 11 111010 0 1100010 1000101 11010 101010110 1100001 100101

Color Harmonies of #BC033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC033A

Black with #BC033A

Text Example


Text Example

White with #BC033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC033A; }

 p { color: rgb(188,3,58); }

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

background-color css

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

 a { background-color: rgb(188,3,58); }

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

border-color css

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

 span { border-color: rgb(188,3,58); }

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