Html Css Color HEX #BC133C Cardinal

📋 copy color: '#BC133C'

red 188 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #BC133C

Tints of Cardinal #BC133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 70.41%
G = 7.12%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC133C (or 0xBC133C) is known color: Cardinal. HEX triplet: BC, 13 and 3C. RGB value is (188,19,60). Sum of RGB (Red+Green+Blue) = 188+19+60=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC133C is #43ECC3. Grayscale: #4A4A4A. Windows color (decimal): -4451524 or 3937212. OLE color: 3937212.

HSL color Cylindrical-coordinate representation of color #BC133C: hue angle of 345.44º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC133C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 60 -
CMYK 0 0.90 0.68 0.26
HSL 345.44º 0.82% 0.41% -
HSV(B) 345.44º 0.9% 0.74% -
XYZ 21.79 11.48 5.34 -
YUV 74.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 188 19 60 0 0.90 0.68 0.26 345.44 0.82 0.41
Hex BC 13 3C 0 5A 44 1A 159 52 29
Octal 274 23 74 0 132 104 32 531 122 51
Binary 10111100 10011 111100 0 1011010 1000100 11010 101011001 1010010 101001

Color Harmonies of #BC133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC133C

Black with #BC133C

Text Example


Text Example

White with #BC133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC133C; }

 p { color: rgb(188,19,60); }

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

background-color css

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

 a { background-color: rgb(188,19,60); }

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

border-color css

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

 span { border-color: rgb(188,19,60); }

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