Html Css Color HEX #B6003A Cardinal

📋 copy color: '#B6003A'

red 182 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #B6003A

Tints of Cardinal #B6003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.83%
G = 0%
B = 24.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6003A (or 0xB6003A) is known color: Cardinal. HEX triplet: B6, 00 and 3A. RGB value is (182,0,58). Sum of RGB (Red+Green+Blue) = 182+0+58=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B6003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6003A is #49FFC5. Grayscale: #3C3C3C. Windows color (decimal): -4849606 or 3801270. OLE color: 3801270.

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

Color convert

RGB 182 0 58 -
CMYK 0 1 0.68 0.29
HSL 340.88º 1% 0.36% -
HSV(B) 340.88º 1% 0.71% -
XYZ 20.06 10.25 4.92 -
YUV 61.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 182 0 58 0 1 0.68 0.29 340.88 1 0.36
Hex B6 0 3A 0 64 44 1D 155 64 24
Octal 266 0 72 0 144 104 35 525 144 44
Binary 10110110 0 111010 0 1100100 1000100 11101 101010101 1100100 100100

Color Harmonies of #B6003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6003A

Black with #B6003A

Text Example


Text Example

White with #B6003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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