Html Css Color HEX #B60743 Cardinal

📋 copy color: '#B60743'

red 182 ◦ green 7 ◦ blue 67

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

Shades of Cardinal #B60743

Tints of Cardinal #B60743

RGB

 RED value IS 182 (71.48% from 255) = 71.09%

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

 BLUE value IS 67 (26.56% from 255) = 26.17%

R = 71.09%
G = 2.73%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B60743 (or 0xB60743) is known color: Cardinal. HEX triplet: B6, 07 and 43. RGB value is (182,7,67). Sum of RGB (Red+Green+Blue) = 182+7+67=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B60743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60743 is #49F8BC. Grayscale: #424242. Windows color (decimal): -4847805 or 4392886. OLE color: 4392886.

HSL color Cylindrical-coordinate representation of color #B60743: hue angle of 339.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60743 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 67 -
CMYK 0 0.96 0.63 0.29
HSL 339.43º 0.93% 0.37% -
HSV(B) 339.43º 0.96% 0.71% -
XYZ 20.38 10.5 6.26 -
YUV 66.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 182 7 67 0 0.96 0.63 0.29 339.43 0.93 0.37
Hex B6 7 43 0 60 3F 1D 153 5D 25
Octal 266 7 103 0 140 77 35 523 135 45
Binary 10110110 111 1000011 0 1100000 111111 11101 101010011 1011101 100101

Color Harmonies of #B60743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60743

Black with #B60743

Text Example


Text Example

White with #B60743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60743; }

 p { color: rgb(182,7,67); }

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

background-color css

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

 a { background-color: rgb(182,7,67); }

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

border-color css

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

 span { border-color: rgb(182,7,67); }

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