Html Css Color HEX #BC233C Cardinal

📋 copy color: '#BC233C'

red 188 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #BC233C

Tints of Cardinal #BC233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 66.43%
G = 12.37%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC233C (or 0xBC233C) is known color: Cardinal. HEX triplet: BC, 23 and 3C. RGB value is (188,35,60). Sum of RGB (Red+Green+Blue) = 188+35+60=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC233C is #43DCC3. Grayscale: #535353. Windows color (decimal): -4447428 or 3941308. OLE color: 3941308.

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

Color convert

RGB 188 35 60 -
CMYK 0 0.81 0.68 0.26
HSL 350.2º 0.69% 0.44% -
HSV(B) 350.2º 0.81% 0.74% -
XYZ 22.16 12.22 5.47 -
YUV 83.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 188 35 60 0 0.81 0.68 0.26 350.2 0.69 0.44
Hex BC 23 3C 0 51 44 1A 15E 45 2C
Octal 274 43 74 0 121 104 32 536 105 54
Binary 10111100 100011 111100 0 1010001 1000100 11010 101011110 1000101 101100

Color Harmonies of #BC233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC233C

Black with #BC233C

Text Example


Text Example

White with #BC233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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