Html Css Color HEX #B6063A Cardinal

📋 copy color: '#B6063A'

red 182 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #B6063A

Tints of Cardinal #B6063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

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

R = 73.98%
G = 2.44%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6063A (or 0xB6063A) is known color: Cardinal. HEX triplet: B6, 06 and 3A. RGB value is (182,6,58). Sum of RGB (Red+Green+Blue) = 182+6+58=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6063A is #49F9C5. Grayscale: #404040. Windows color (decimal): -4848070 or 3802806. OLE color: 3802806.

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

Color convert

RGB 182 6 58 -
CMYK 0 0.97 0.68 0.29
HSL 342.27º 0.94% 0.37% -
HSV(B) 342.27º 0.97% 0.71% -
XYZ 20.12 10.38 4.95 -
YUV 64.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 182 6 58 0 0.97 0.68 0.29 342.27 0.94 0.37
Hex B6 6 3A 0 61 44 1D 156 5E 25
Octal 266 6 72 0 141 104 35 526 136 45
Binary 10110110 110 111010 0 1100001 1000100 11101 101010110 1011110 100101

Color Harmonies of #B6063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6063A

Black with #B6063A

Text Example


Text Example

White with #B6063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6063A; }

 p { color: rgb(182,6,58); }

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

background-color css

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

 a { background-color: rgb(182,6,58); }

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

border-color css

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

 span { border-color: rgb(182,6,58); }

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