Html Css Color HEX #B2092A Cardinal

📋 copy color: '#B2092A'

red 178 ◦ green 9 ◦ blue 42

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

Shades of Cardinal #B2092A

Tints of Cardinal #B2092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 42 (16.8% from 255) = 18.34%

R = 77.73%
G = 3.93%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2092A (or 0xB2092A) is known color: Cardinal. HEX triplet: B2, 09 and 2A. RGB value is (178,9,42). Sum of RGB (Red+Green+Blue) = 178+9+42=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B2092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2092A is #4DF6D5. Grayscale: #3F3F3F. Windows color (decimal): -5109462 or 2754994. OLE color: 2754994.

HSL color Cylindrical-coordinate representation of color #B2092A: hue angle of 348.28º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2092A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 42 -
CMYK 0 0.95 0.76 0.30
HSL 348.28º 0.9% 0.37% -
HSV(B) 348.28º 0.95% 0.7% -
XYZ 18.88 9.83 3.09 -
YUV 63.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 178 9 42 0 0.95 0.76 0.30 348.28 0.9 0.37
Hex B2 9 2A 0 5F 4C 1E 15C 5A 25
Octal 262 11 52 0 137 114 36 534 132 45
Binary 10110010 1001 101010 0 1011111 1001100 11110 101011100 1011010 100101

Color Harmonies of #B2092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2092A

Black with #B2092A

Text Example


Text Example

White with #B2092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2092A; }

 p { color: rgb(178,9,42); }

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

background-color css

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

 a { background-color: rgb(178,9,42); }

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

border-color css

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

 span { border-color: rgb(178,9,42); }

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