Html Css Color HEX #BC263E Cardinal

📋 copy color: '#BC263E'

red 188 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #BC263E

Tints of Cardinal #BC263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 65.28%
G = 13.19%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC263E (or 0xBC263E) is known color: Cardinal. HEX triplet: BC, 26 and 3E. RGB value is (188,38,62). Sum of RGB (Red+Green+Blue) = 188+38+62=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC263E is #43D9C1. Grayscale: #555555. Windows color (decimal): -4446658 or 4073148. OLE color: 4073148.

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

Color convert

RGB 188 38 62 -
CMYK 0 0.80 0.67 0.26
HSL 350.4º 0.66% 0.44% -
HSV(B) 350.4º 0.8% 0.74% -
XYZ 22.3 12.43 5.78 -
YUV 85.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 188 38 62 0 0.80 0.67 0.26 350.4 0.66 0.44
Hex BC 26 3E 0 50 43 1A 15E 42 2C
Octal 274 46 76 0 120 103 32 536 102 54
Binary 10111100 100110 111110 0 1010000 1000011 11010 101011110 1000010 101100

Color Harmonies of #BC263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC263E

Black with #BC263E

Text Example


Text Example

White with #BC263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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