Html Css Color HEX #B60735 Cardinal

📋 copy color: '#B60735'

red 182 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #B60735

Tints of Cardinal #B60735

RGB

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

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

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

R = 75.21%
G = 2.89%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B60735 (or 0xB60735) is known color: Cardinal. HEX triplet: B6, 07 and 35. RGB value is (182,7,53). Sum of RGB (Red+Green+Blue) = 182+7+53=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B60735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60735 is #49F8CA. Grayscale: #404040. Windows color (decimal): -4847819 or 3475382. OLE color: 3475382.

HSL color Cylindrical-coordinate representation of color #B60735: hue angle of 344.23º 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 #B60735 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 53 -
CMYK 0 0.96 0.71 0.29
HSL 344.23º 0.93% 0.37% -
HSV(B) 344.23º 0.96% 0.71% -
XYZ 20.01 10.35 4.31 -
YUV 64.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 182 7 53 0 0.96 0.71 0.29 344.23 0.93 0.37
Hex B6 7 35 0 60 47 1D 158 5D 25
Octal 266 7 65 0 140 107 35 530 135 45
Binary 10110110 111 110101 0 1100000 1000111 11101 101011000 1011101 100101

Color Harmonies of #B60735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60735

Black with #B60735

Text Example


Text Example

White with #B60735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60735; }

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

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

background-color css

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

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

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

border-color css

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

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

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