Html Css Color HEX #B2033B Cardinal

📋 copy color: '#B2033B'

red 178 ◦ green 3 ◦ blue 59

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

Shades of Cardinal #B2033B

Tints of Cardinal #B2033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 74.17%
G = 1.25%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2033B (or 0xB2033B) is known color: Cardinal. HEX triplet: B2, 03 and 3B. RGB value is (178,3,59). Sum of RGB (Red+Green+Blue) = 178+3+59=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2033B is #4DFCC4. Grayscale: #3D3D3D. Windows color (decimal): -5110981 or 3867570. OLE color: 3867570.

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

Color convert

RGB 178 3 59 -
CMYK 0 0.98 0.67 0.30
HSL 340.8º 0.97% 0.35% -
HSV(B) 340.8º 0.98% 0.7% -
XYZ 19.18 9.85 5.03 -
YUV 61.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 178 3 59 0 0.98 0.67 0.30 340.8 0.97 0.35
Hex B2 3 3B 0 62 43 1E 155 61 23
Octal 262 3 73 0 142 103 36 525 141 43
Binary 10110010 11 111011 0 1100010 1000011 11110 101010101 1100001 100011

Color Harmonies of #B2033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2033B

Black with #B2033B

Text Example


Text Example

White with #B2033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2033B; }

 p { color: rgb(178,3,59); }

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

background-color css

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

 a { background-color: rgb(178,3,59); }

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

border-color css

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

 span { border-color: rgb(178,3,59); }

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