Html Css Color HEX #BC233E Cardinal

📋 copy color: '#BC233E'

red 188 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #BC233E

Tints of Cardinal #BC233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 65.96%
G = 12.28%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC233E (or 0xBC233E) is known color: Cardinal. HEX triplet: BC, 23 and 3E. RGB value is (188,35,62). Sum of RGB (Red+Green+Blue) = 188+35+62=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC233E is #43DCC1. Grayscale: #535353. Windows color (decimal): -4447426 or 4072380. OLE color: 4072380.

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

Color convert

RGB 188 35 62 -
CMYK 0 0.81 0.67 0.26
HSL 349.41º 0.69% 0.44% -
HSV(B) 349.41º 0.81% 0.74% -
XYZ 22.21 12.24 5.75 -
YUV 83.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 188 35 62 0 0.81 0.67 0.26 349.41 0.69 0.44
Hex BC 23 3E 0 51 43 1A 15D 45 2C
Octal 274 43 76 0 121 103 32 535 105 54
Binary 10111100 100011 111110 0 1010001 1000011 11010 101011101 1000101 101100

Color Harmonies of #BC233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC233E

Black with #BC233E

Text Example


Text Example

White with #BC233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC233E; }

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

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

background-color css

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

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

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

border-color css

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

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

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