Html Css Color HEX #BC212F Cardinal

📋 copy color: '#BC212F'

red 188 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #BC212F

Tints of Cardinal #BC212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 70.15%
G = 12.31%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC212F (or 0xBC212F) is known color: Cardinal. HEX triplet: BC, 21 and 2F. RGB value is (188,33,47). Sum of RGB (Red+Green+Blue) = 188+33+47=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC212F is #43DED0. Grayscale: #515151. Windows color (decimal): -4447953 or 3088828. OLE color: 3088828.

HSL color Cylindrical-coordinate representation of color #BC212F: hue angle of 354.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC212F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 47 -
CMYK 0 0.82 0.75 0.26
HSL 354.58º 0.7% 0.43% -
HSV(B) 354.58º 0.82% 0.74% -
XYZ 21.8 11.98 3.85 -
YUV 80.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 188 33 47 0 0.82 0.75 0.26 354.58 0.7 0.43
Hex BC 21 2F 0 52 4B 1A 163 46 2B
Octal 274 41 57 0 122 113 32 543 106 53
Binary 10111100 100001 101111 0 1010010 1001011 11010 101100011 1000110 101011

Color Harmonies of #BC212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC212F

Black with #BC212F

Text Example


Text Example

White with #BC212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC212F; }

 p { color: rgb(188,33,47); }

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

background-color css

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

 a { background-color: rgb(188,33,47); }

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

border-color css

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

 span { border-color: rgb(188,33,47); }

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