Html Css Color HEX #B6043C Cardinal

📋 copy color: '#B6043C'

red 182 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #B6043C

Tints of Cardinal #B6043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 73.98%
G = 1.63%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6043C (or 0xB6043C) is known color: Cardinal. HEX triplet: B6, 04 and 3C. RGB value is (182,4,60). Sum of RGB (Red+Green+Blue) = 182+4+60=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6043C is #49FBC3. Grayscale: #3F3F3F. Windows color (decimal): -4848580 or 3933366. OLE color: 3933366.

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

Color convert

RGB 182 4 60 -
CMYK 0 0.98 0.67 0.29
HSL 341.12º 0.96% 0.36% -
HSV(B) 341.12º 0.98% 0.71% -
XYZ 20.15 10.36 5.21 -
YUV 63.61 125.97 212.45 -
System Red Green Blue C M Y K H S L
Decimal 182 4 60 0 0.98 0.67 0.29 341.12 0.96 0.36
Hex B6 4 3C 0 62 43 1D 155 60 24
Octal 266 4 74 0 142 103 35 525 140 44
Binary 10110110 100 111100 0 1100010 1000011 11101 101010101 1100000 100100

Color Harmonies of #B6043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6043C

Black with #B6043C

Text Example


Text Example

White with #B6043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6043C; }

 p { color: rgb(182,4,60); }

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

background-color css

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

 a { background-color: rgb(182,4,60); }

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

border-color css

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

 span { border-color: rgb(182,4,60); }

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