Html Css Color HEX #BC233F Cardinal

📋 copy color: '#BC233F'

red 188 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #BC233F

Tints of Cardinal #BC233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.03%

R = 65.73%
G = 12.24%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC233F (or 0xBC233F) is known color: Cardinal. HEX triplet: BC, 23 and 3F. RGB value is (188,35,63). Sum of RGB (Red+Green+Blue) = 188+35+63=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC233F is #43DCC0. Grayscale: #535353. Windows color (decimal): -4447425 or 4137916. OLE color: 4137916.

HSL color Cylindrical-coordinate representation of color #BC233F: hue angle of 349.02º 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 #BC233F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 63 -
CMYK 0 0.81 0.66 0.26
HSL 349.02º 0.69% 0.44% -
HSV(B) 349.02º 0.81% 0.74% -
XYZ 22.24 12.25 5.9 -
YUV 83.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 188 35 63 0 0.81 0.66 0.26 349.02 0.69 0.44
Hex BC 23 3F 0 51 42 1A 15D 45 2C
Octal 274 43 77 0 121 102 32 535 105 54
Binary 10111100 100011 111111 0 1010001 1000010 11010 101011101 1000101 101100

Color Harmonies of #BC233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC233F

Black with #BC233F

Text Example


Text Example

White with #BC233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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