Html Css Color HEX #BC243A Cardinal

📋 copy color: '#BC243A'

red 188 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #BC243A

Tints of Cardinal #BC243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 66.67%
G = 12.77%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC243A (or 0xBC243A) is known color: Cardinal. HEX triplet: BC, 24 and 3A. RGB value is (188,36,58). Sum of RGB (Red+Green+Blue) = 188+36+58=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC243A is #43DBC5. Grayscale: #545454. Windows color (decimal): -4447174 or 3810492. OLE color: 3810492.

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

Color convert

RGB 188 36 58 -
CMYK 0 0.81 0.69 0.26
HSL 351.32º 0.68% 0.44% -
HSV(B) 351.32º 0.81% 0.74% -
XYZ 22.13 12.26 5.2 -
YUV 83.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 188 36 58 0 0.81 0.69 0.26 351.32 0.68 0.44
Hex BC 24 3A 0 51 45 1A 15F 44 2C
Octal 274 44 72 0 121 105 32 537 104 54
Binary 10111100 100100 111010 0 1010001 1000101 11010 101011111 1000100 101100

Color Harmonies of #BC243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC243A

Black with #BC243A

Text Example


Text Example

White with #BC243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC243A; }

 p { color: rgb(188,36,58); }

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

background-color css

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

 a { background-color: rgb(188,36,58); }

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

border-color css

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

 span { border-color: rgb(188,36,58); }

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