Html Css Color HEX #BC233A Cardinal

📋 copy color: '#BC233A'

red 188 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #BC233A

Tints of Cardinal #BC233A

RGB

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

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

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

R = 66.9%
G = 12.46%
B = 20.64%

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

#BC233A (or 0xBC233A) is known color: Cardinal. HEX triplet: BC, 23 and 3A. RGB value is (188,35,58). Sum of RGB (Red+Green+Blue) = 188+35+58=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC233A is #43DCC5. Grayscale: #535353. Windows color (decimal): -4447430 or 3810236. OLE color: 3810236.

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

Color convert

RGB 188 35 58 -
CMYK 0 0.81 0.69 0.26
HSL 350.98º 0.69% 0.44% -
HSV(B) 350.98º 0.81% 0.74% -
XYZ 22.1 12.2 5.19 -
YUV 83.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 188 35 58 0 0.81 0.69 0.26 350.98 0.69 0.44
Hex BC 23 3A 0 51 45 1A 15F 45 2C
Octal 274 43 72 0 121 105 32 537 105 54
Binary 10111100 100011 111010 0 1010001 1000101 11010 101011111 1000101 101100

Color Harmonies of #BC233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC233A

Black with #BC233A

Text Example


Text Example

White with #BC233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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