Html Css Color HEX #BC272E Cardinal

📋 copy color: '#BC272E'

red 188 ◦ green 39 ◦ blue 46

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

Shades of Cardinal #BC272E

Tints of Cardinal #BC272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 68.86%
G = 14.29%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC272E (or 0xBC272E) is known color: Cardinal. HEX triplet: BC, 27 and 2E. RGB value is (188,39,46). Sum of RGB (Red+Green+Blue) = 188+39+46=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC272E is #43D8D1. Grayscale: #545454. Windows color (decimal): -4446418 or 3024828. OLE color: 3024828.

HSL color Cylindrical-coordinate representation of color #BC272E: hue angle of 357.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC272E is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 46 -
CMYK 0 0.79 0.76 0.26
HSL 357.18º 0.66% 0.45% -
HSV(B) 357.18º 0.79% 0.74% -
XYZ 21.96 12.34 3.81 -
YUV 84.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 188 39 46 0 0.79 0.76 0.26 357.18 0.66 0.45
Hex BC 27 2E 0 4F 4C 1A 165 42 2D
Octal 274 47 56 0 117 114 32 545 102 55
Binary 10111100 100111 101110 0 1001111 1001100 11010 101100101 1000010 101101

Color Harmonies of #BC272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC272E

Black with #BC272E

Text Example


Text Example

White with #BC272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC272E; }

 p { color: rgb(188,39,46); }

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

background-color css

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

 a { background-color: rgb(188,39,46); }

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

border-color css

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

 span { border-color: rgb(188,39,46); }

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