Html Css Color HEX #B00B2D Cardinal

📋 copy color: '#B00B2D'

red 176 ◦ green 11 ◦ blue 45

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

Shades of Cardinal #B00B2D

Tints of Cardinal #B00B2D

RGB

 RED value IS 176 (69.14% from 255) = 75.86%

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 75.86%
G = 4.74%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B00B2D (or 0xB00B2D) is known color: Cardinal. HEX triplet: B0, 0B and 2D. RGB value is (176,11,45). Sum of RGB (Red+Green+Blue) = 176+11+45=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B2D is #4FF4D2. Grayscale: #404040. Windows color (decimal): -5240019 or 2952112. OLE color: 2952112.

HSL color Cylindrical-coordinate representation of color #B00B2D: hue angle of 347.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B2D is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 11 45 -
CMYK 0 0.94 0.74 0.31
HSL 347.64º 0.88% 0.37% -
HSV(B) 347.64º 0.94% 0.69% -
XYZ 18.5 9.66 3.37 -
YUV 64.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 176 11 45 0 0.94 0.74 0.31 347.64 0.88 0.37
Hex B0 B 2D 0 5E 4A 1F 15C 58 25
Octal 260 13 55 0 136 112 37 534 130 45
Binary 10110000 1011 101101 0 1011110 1001010 11111 101011100 1011000 100101

Color Harmonies of #B00B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B2D

Black with #B00B2D

Text Example


Text Example

White with #B00B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B2D; }

 p { color: rgb(176,11,45); }

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

background-color css

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

 a { background-color: rgb(176,11,45); }

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

border-color css

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

 span { border-color: rgb(176,11,45); }

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