Html Css Color HEX #BC0038 Cardinal

📋 copy color: '#BC0038'

red 188 ◦ green 0 ◦ blue 56

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

Shades of Cardinal #BC0038

Tints of Cardinal #BC0038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 77.05%
G = 0%
B = 22.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC0038 (or 0xBC0038) is known color: Cardinal. HEX triplet: BC, 00 and 38. RGB value is (188,0,56). Sum of RGB (Red+Green+Blue) = 188+0+56=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0038 is #43FFC7. Grayscale: #3E3E3E. Windows color (decimal): -4456392 or 3670204. OLE color: 3670204.

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

Color convert

RGB 188 0 56 -
CMYK 0 1 0.70 0.26
HSL 342.13º 1% 0.37% -
HSV(B) 342.13º 1% 0.74% -
XYZ 21.45 10.98 4.73 -
YUV 62.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 188 0 56 0 1 0.70 0.26 342.13 1 0.37
Hex BC 0 38 0 64 46 1A 156 64 25
Octal 274 0 70 0 144 106 32 526 144 45
Binary 10111100 0 111000 0 1100100 1000110 11010 101010110 1100100 100101

Color Harmonies of #BC0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0038

Black with #BC0038

Text Example


Text Example

White with #BC0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0038; }

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

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

background-color css

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

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

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

border-color css

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

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

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