Html Css Color HEX #BC083A Cardinal

📋 copy color: '#BC083A'

red 188 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #BC083A

Tints of Cardinal #BC083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 74.02%
G = 3.15%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC083A (or 0xBC083A) is known color: Cardinal. HEX triplet: BC, 08 and 3A. RGB value is (188,8,58). Sum of RGB (Red+Green+Blue) = 188+8+58=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC083A is #43F7C5. Grayscale: #434343. Windows color (decimal): -4454342 or 3803324. OLE color: 3803324.

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

Color convert

RGB 188 8 58 -
CMYK 0 0.96 0.69 0.26
HSL 343.33º 0.92% 0.38% -
HSV(B) 343.33º 0.96% 0.74% -
XYZ 21.59 11.17 5.02 -
YUV 67.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 188 8 58 0 0.96 0.69 0.26 343.33 0.92 0.38
Hex BC 8 3A 0 60 45 1A 157 5C 26
Octal 274 10 72 0 140 105 32 527 134 46
Binary 10111100 1000 111010 0 1100000 1000101 11010 101010111 1011100 100110

Color Harmonies of #BC083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC083A

Black with #BC083A

Text Example


Text Example

White with #BC083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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