Html Css Color HEX #BC0242 Cardinal

📋 copy color: '#BC0242'

red 188 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #BC0242

Tints of Cardinal #BC0242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 73.44%
G = 0.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC0242 (or 0xBC0242) is known color: Cardinal. HEX triplet: BC, 02 and 42. RGB value is (188,2,66). Sum of RGB (Red+Green+Blue) = 188+2+66=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0242 is #43FDBD. Grayscale: #404040. Windows color (decimal): -4455870 or 4326076. OLE color: 4326076.

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

Color convert

RGB 188 2 66 -
CMYK 0 0.99 0.65 0.26
HSL 339.35º 0.98% 0.37% -
HSV(B) 339.35º 0.99% 0.74% -
XYZ 21.74 11.13 6.16 -
YUV 64.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 188 2 66 0 0.99 0.65 0.26 339.35 0.98 0.37
Hex BC 2 42 0 63 41 1A 153 62 25
Octal 274 2 102 0 143 101 32 523 142 45
Binary 10111100 10 1000010 0 1100011 1000001 11010 101010011 1100010 100101

Color Harmonies of #BC0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0242

Black with #BC0242

Text Example


Text Example

White with #BC0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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