Html Css Color HEX #B2023E Cardinal

📋 copy color: '#B2023E'

red 178 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #B2023E

Tints of Cardinal #B2023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 73.55%
G = 0.83%
B = 25.62%

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

#B2023E (or 0xB2023E) is known color: Cardinal. HEX triplet: B2, 02 and 3E. RGB value is (178,2,62). Sum of RGB (Red+Green+Blue) = 178+2+62=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2023E is #4DFDC1. Grayscale: #3D3D3D. Windows color (decimal): -5111234 or 4063922. OLE color: 4063922.

HSL color Cylindrical-coordinate representation of color #B2023E: hue angle of 339.55º degrees, saturation: 0.98, 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 #B2023E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 62 -
CMYK 0 0.99 0.65 0.30
HSL 339.55º 0.98% 0.35% -
HSV(B) 339.55º 0.99% 0.7% -
XYZ 19.25 9.86 5.45 -
YUV 61.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 178 2 62 0 0.99 0.65 0.30 339.55 0.98 0.35
Hex B2 2 3E 0 63 41 1E 154 62 23
Octal 262 2 76 0 143 101 36 524 142 43
Binary 10110010 10 111110 0 1100011 1000001 11110 101010100 1100010 100011

Color Harmonies of #B2023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2023E

Black with #B2023E

Text Example


Text Example

White with #B2023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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