Html Css Color HEX #B60834 Cardinal

📋 copy color: '#B60834'

red 182 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #B60834

Tints of Cardinal #B60834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 75.21%
G = 3.31%
B = 21.49%

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

#B60834 (or 0xB60834) is known color: Cardinal. HEX triplet: B6, 08 and 34. RGB value is (182,8,52). Sum of RGB (Red+Green+Blue) = 182+8+52=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B60834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60834 is #49F7CB. Grayscale: #414141. Windows color (decimal): -4847564 or 3410102. OLE color: 3410102.

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

Color convert

RGB 182 8 52 -
CMYK 0 0.96 0.71 0.29
HSL 344.83º 0.92% 0.37% -
HSV(B) 344.83º 0.96% 0.71% -
XYZ 20 10.37 4.2 -
YUV 65.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 182 8 52 0 0.96 0.71 0.29 344.83 0.92 0.37
Hex B6 8 34 0 60 47 1D 159 5C 25
Octal 266 10 64 0 140 107 35 531 134 45
Binary 10110110 1000 110100 0 1100000 1000111 11101 101011001 1011100 100101

Color Harmonies of #B60834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60834

Black with #B60834

Text Example


Text Example

White with #B60834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60834; }

 p { color: rgb(182,8,52); }

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

background-color css

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

 a { background-color: rgb(182,8,52); }

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

border-color css

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

 span { border-color: rgb(182,8,52); }

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