Html Css Color HEX #B6043B Cardinal

📋 copy color: '#B6043B'

red 182 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #B6043B

Tints of Cardinal #B6043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 74.29%
G = 1.63%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6043B (or 0xB6043B) is known color: Cardinal. HEX triplet: B6, 04 and 3B. RGB value is (182,4,59). Sum of RGB (Red+Green+Blue) = 182+4+59=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6043B is #49FBC4. Grayscale: #3F3F3F. Windows color (decimal): -4848581 or 3867830. OLE color: 3867830.

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

Color convert

RGB 182 4 59 -
CMYK 0 0.98 0.68 0.29
HSL 341.46º 0.96% 0.36% -
HSV(B) 341.46º 0.98% 0.71% -
XYZ 20.12 10.35 5.07 -
YUV 63.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 182 4 59 0 0.98 0.68 0.29 341.46 0.96 0.36
Hex B6 4 3B 0 62 44 1D 155 60 24
Octal 266 4 73 0 142 104 35 525 140 44
Binary 10110110 100 111011 0 1100010 1000100 11101 101010101 1100000 100100

Color Harmonies of #B6043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6043B

Black with #B6043B

Text Example


Text Example

White with #B6043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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