Html Css Color HEX #BC262B Cardinal

📋 copy color: '#BC262B'

red 188 ◦ green 38 ◦ blue 43

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

Shades of Cardinal #BC262B

Tints of Cardinal #BC262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 69.89%
G = 14.13%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC262B (or 0xBC262B) is known color: Cardinal. HEX triplet: BC, 26 and 2B. RGB value is (188,38,43). Sum of RGB (Red+Green+Blue) = 188+38+43=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC262B is #43D9D4. Grayscale: #535353. Windows color (decimal): -4446677 or 2827964. OLE color: 2827964.

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

Color convert

RGB 188 38 43 -
CMYK 0 0.80 0.77 0.26
HSL 358º 0.66% 0.44% -
HSV(B) 358º 0.8% 0.74% -
XYZ 21.87 12.25 3.5 -
YUV 83.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 188 38 43 0 0.80 0.77 0.26 358 0.66 0.44
Hex BC 26 2B 0 50 4D 1A 166 42 2C
Octal 274 46 53 0 120 115 32 546 102 54
Binary 10111100 100110 101011 0 1010000 1001101 11010 101100110 1000010 101100

Color Harmonies of #BC262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC262B

Black with #BC262B

Text Example


Text Example

White with #BC262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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