Html Css Color HEX #B6013F Cardinal

📋 copy color: '#B6013F'

red 182 ◦ green 1 ◦ blue 63

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

Shades of Cardinal #B6013F

Tints of Cardinal #B6013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 63 (25% from 255) = 25.61%

R = 73.98%
G = 0.41%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B6013F (or 0xB6013F) is known color: Cardinal. HEX triplet: B6, 01 and 3F. RGB value is (182,1,63). Sum of RGB (Red+Green+Blue) = 182+1+63=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6013F is #49FEC0. Grayscale: #3E3E3E. Windows color (decimal): -4849345 or 4129206. OLE color: 4129206.

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

Color convert

RGB 182 1 63 -
CMYK 0 0.99 0.65 0.29
HSL 339.45º 0.99% 0.36% -
HSV(B) 339.45º 0.99% 0.71% -
XYZ 20.2 10.33 5.63 -
YUV 62.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 182 1 63 0 0.99 0.65 0.29 339.45 0.99 0.36
Hex B6 1 3F 0 63 41 1D 153 63 24
Octal 266 1 77 0 143 101 35 523 143 44
Binary 10110110 1 111111 0 1100011 1000001 11101 101010011 1100011 100100

Color Harmonies of #B6013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6013F

Black with #B6013F

Text Example


Text Example

White with #B6013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6013F; }

 p { color: rgb(182,1,63); }

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

background-color css

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

 a { background-color: rgb(182,1,63); }

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

border-color css

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

 span { border-color: rgb(182,1,63); }

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