Html Css Color HEX #B2063E Cardinal

📋 copy color: '#B2063E'

red 178 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #B2063E

Tints of Cardinal #B2063E

RGB

 RED value IS 178 (69.92% from 255) = 72.36%

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 72.36%
G = 2.44%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2063E (or 0xB2063E) is known color: Cardinal. HEX triplet: B2, 06 and 3E. RGB value is (178,6,62). Sum of RGB (Red+Green+Blue) = 178+6+62=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2063E is #4DF9C1. Grayscale: #3F3F3F. Windows color (decimal): -5110210 or 4064946. OLE color: 4064946.

HSL color Cylindrical-coordinate representation of color #B2063E: hue angle of 340.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2063E is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 62 -
CMYK 0 0.97 0.65 0.30
HSL 340.47º 0.93% 0.36% -
HSV(B) 340.47º 0.97% 0.7% -
XYZ 19.29 9.94 5.46 -
YUV 63.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 178 6 62 0 0.97 0.65 0.30 340.47 0.93 0.36
Hex B2 6 3E 0 61 41 1E 154 5D 24
Octal 262 6 76 0 141 101 36 524 135 44
Binary 10110010 110 111110 0 1100001 1000001 11110 101010100 1011101 100100

Color Harmonies of #B2063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2063E

Black with #B2063E

Text Example


Text Example

White with #B2063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2063E; }

 p { color: rgb(178,6,62); }

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

background-color css

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

 a { background-color: rgb(178,6,62); }

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

border-color css

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

 span { border-color: rgb(178,6,62); }

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