Html Css Color HEX #BC0735 Cardinal

📋 copy color: '#BC0735'

red 188 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #BC0735

Tints of Cardinal #BC0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 75.81%
G = 2.82%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC0735 (or 0xBC0735) is known color: Cardinal. HEX triplet: BC, 07 and 35. RGB value is (188,7,53). Sum of RGB (Red+Green+Blue) = 188+7+53=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0735 is #43F8CA. Grayscale: #424242. Windows color (decimal): -4454603 or 3475388. OLE color: 3475388.

HSL color Cylindrical-coordinate representation of color #BC0735: hue angle of 344.75º degrees, saturation: 0.93, 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 #BC0735 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 7 53 -
CMYK 0 0.96 0.72 0.26
HSL 344.75º 0.93% 0.38% -
HSV(B) 344.75º 0.96% 0.74% -
XYZ 21.46 11.1 4.38 -
YUV 66.36 120.47 214.76 -
System Red Green Blue C M Y K H S L
Decimal 188 7 53 0 0.96 0.72 0.26 344.75 0.93 0.38
Hex BC 7 35 0 60 48 1A 159 5D 26
Octal 274 7 65 0 140 110 32 531 135 46
Binary 10111100 111 110101 0 1100000 1001000 11010 101011001 1011101 100110

Color Harmonies of #BC0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0735

Black with #BC0735

Text Example


Text Example

White with #BC0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0735; }

 p { color: rgb(188,7,53); }

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

background-color css

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

 a { background-color: rgb(188,7,53); }

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

border-color css

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

 span { border-color: rgb(188,7,53); }

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