Html Css Color HEX #B2013F Cardinal

📋 copy color: '#B2013F'

red 178 ◦ green 1 ◦ blue 63

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

Shades of Cardinal #B2013F

Tints of Cardinal #B2013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 73.55%
G = 0.41%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2013F (or 0xB2013F) is known color: Cardinal. HEX triplet: B2, 01 and 3F. RGB value is (178,1,63). Sum of RGB (Red+Green+Blue) = 178+1+63=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2013F is #4DFEC0. Grayscale: #3C3C3C. Windows color (decimal): -5111489 or 4129202. OLE color: 4129202.

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

Color convert

RGB 178 1 63 -
CMYK 0 0.99 0.65 0.30
HSL 338.98º 0.99% 0.35% -
HSV(B) 338.98º 0.99% 0.7% -
XYZ 19.27 9.85 5.59 -
YUV 60.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 178 1 63 0 0.99 0.65 0.30 338.98 0.99 0.35
Hex B2 1 3F 0 63 41 1E 153 63 23
Octal 262 1 77 0 143 101 36 523 143 43
Binary 10110010 1 111111 0 1100011 1000001 11110 101010011 1100011 100011

Color Harmonies of #B2013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2013F

Black with #B2013F

Text Example


Text Example

White with #B2013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2013F; }

 p { color: rgb(178,1,63); }

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

background-color css

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

 a { background-color: rgb(178,1,63); }

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

border-color css

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

 span { border-color: rgb(178,1,63); }

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