Html Css Color HEX #B2003A Cardinal

📋 copy color: '#B2003A'

red 178 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #B2003A

Tints of Cardinal #B2003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.42%
G = 0%
B = 24.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2003A (or 0xB2003A) is known color: Cardinal. HEX triplet: B2, 00 and 3A. RGB value is (178,0,58). Sum of RGB (Red+Green+Blue) = 178+0+58=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B2003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2003A is #4DFFC5. Grayscale: #3B3B3B. Windows color (decimal): -5111750 or 3801266. OLE color: 3801266.

HSL color Cylindrical-coordinate representation of color #B2003A: hue angle of 340.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2003A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 58 -
CMYK 0 1 0.67 0.30
HSL 340.45º 1% 0.35% -
HSV(B) 340.45º 1% 0.7% -
XYZ 19.12 9.77 4.88 -
YUV 59.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 178 0 58 0 1 0.67 0.30 340.45 1 0.35
Hex B2 0 3A 0 64 43 1E 154 64 23
Octal 262 0 72 0 144 103 36 524 144 43
Binary 10110010 0 111010 0 1100100 1000011 11110 101010100 1100100 100011

Color Harmonies of #B2003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2003A

Black with #B2003A

Text Example


Text Example

White with #B2003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2003A; }

 p { color: rgb(178,0,58); }

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

background-color css

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

 a { background-color: rgb(178,0,58); }

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

border-color css

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

 span { border-color: rgb(178,0,58); }

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