Html Css Color HEX #BC263C Cardinal

📋 copy color: '#BC263C'

red 188 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #BC263C

Tints of Cardinal #BC263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 65.73%
G = 13.29%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC263C (or 0xBC263C) is known color: Cardinal. HEX triplet: BC, 26 and 3C. RGB value is (188,38,60). Sum of RGB (Red+Green+Blue) = 188+38+60=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC263C is #43D9C3. Grayscale: #555555. Windows color (decimal): -4446660 or 3942076. OLE color: 3942076.

HSL color Cylindrical-coordinate representation of color #BC263C: hue angle of 351.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC263C is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 60 -
CMYK 0 0.80 0.68 0.26
HSL 351.2º 0.66% 0.44% -
HSV(B) 351.2º 0.8% 0.74% -
XYZ 22.25 12.4 5.5 -
YUV 85.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 188 38 60 0 0.80 0.68 0.26 351.2 0.66 0.44
Hex BC 26 3C 0 50 44 1A 15F 42 2C
Octal 274 46 74 0 120 104 32 537 102 54
Binary 10111100 100110 111100 0 1010000 1000100 11010 101011111 1000010 101100

Color Harmonies of #BC263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC263C

Black with #BC263C

Text Example


Text Example

White with #BC263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC263C; }

 p { color: rgb(188,38,60); }

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

background-color css

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

 a { background-color: rgb(188,38,60); }

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

border-color css

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

 span { border-color: rgb(188,38,60); }

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