Html Css Color HEX #BC0245 Cardinal

📋 copy color: '#BC0245'

red 188 ◦ green 2 ◦ blue 69

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

Shades of Cardinal #BC0245

Tints of Cardinal #BC0245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 72.59%
G = 0.77%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC0245 (or 0xBC0245) is known color: Cardinal. HEX triplet: BC, 02 and 45. RGB value is (188,2,69). Sum of RGB (Red+Green+Blue) = 188+2+69=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0245 is #43FDBA. Grayscale: #414141. Windows color (decimal): -4455867 or 4522684. OLE color: 4522684.

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

Color convert

RGB 188 2 69 -
CMYK 0 0.99 0.63 0.26
HSL 338.39º 0.98% 0.37% -
HSV(B) 338.39º 0.99% 0.74% -
XYZ 21.83 11.16 6.63 -
YUV 65.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 188 2 69 0 0.99 0.63 0.26 338.39 0.98 0.37
Hex BC 2 45 0 63 3F 1A 152 62 25
Octal 274 2 105 0 143 77 32 522 142 45
Binary 10111100 10 1000101 0 1100011 111111 11010 101010010 1100010 100101

Color Harmonies of #BC0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0245

Black with #BC0245

Text Example


Text Example

White with #BC0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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