Html Css Color HEX #BC222B Cardinal

📋 copy color: '#BC222B'

red 188 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #BC222B

Tints of Cardinal #BC222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 70.94%
G = 12.83%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC222B (or 0xBC222B) is known color: Cardinal. HEX triplet: BC, 22 and 2B. RGB value is (188,34,43). Sum of RGB (Red+Green+Blue) = 188+34+43=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC222B is #43DDD4. Grayscale: #515151. Windows color (decimal): -4447701 or 2826940. OLE color: 2826940.

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

Color convert

RGB 188 34 43 -
CMYK 0 0.82 0.77 0.26
HSL 356.49º 0.69% 0.44% -
HSV(B) 356.49º 0.82% 0.74% -
XYZ 21.75 12.01 3.46 -
YUV 81.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 188 34 43 0 0.82 0.77 0.26 356.49 0.69 0.44
Hex BC 22 2B 0 52 4D 1A 164 45 2C
Octal 274 42 53 0 122 115 32 544 105 54
Binary 10111100 100010 101011 0 1010010 1001101 11010 101100100 1000101 101100

Color Harmonies of #BC222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC222B

Black with #BC222B

Text Example


Text Example

White with #BC222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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