Html Css Color HEX #B6013A Cardinal

📋 copy color: '#B6013A'

red 182 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #B6013A

Tints of Cardinal #B6013A

RGB

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

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

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

R = 75.52%
G = 0.41%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6013A (or 0xB6013A) is known color: Cardinal. HEX triplet: B6, 01 and 3A. RGB value is (182,1,58). Sum of RGB (Red+Green+Blue) = 182+1+58=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B6013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6013A is #49FEC5. Grayscale: #3D3D3D. Windows color (decimal): -4849350 or 3801526. OLE color: 3801526.

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

Color convert

RGB 182 1 58 -
CMYK 0 0.99 0.68 0.29
HSL 341.11º 0.99% 0.36% -
HSV(B) 341.11º 0.99% 0.71% -
XYZ 20.07 10.27 4.93 -
YUV 61.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 182 1 58 0 0.99 0.68 0.29 341.11 0.99 0.36
Hex B6 1 3A 0 63 44 1D 155 63 24
Octal 266 1 72 0 143 104 35 525 143 44
Binary 10110110 1 111010 0 1100011 1000100 11101 101010101 1100011 100100

Color Harmonies of #B6013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6013A

Black with #B6013A

Text Example


Text Example

White with #B6013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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